[Pkg-apache-commits] r1351 - in /trunk/apache2: changelog rules

sf at alioth.debian.org sf at alioth.debian.org
Sun Sep 4 19:40:20 UTC 2011


Author: sf
Date: Sun Sep  4 19:40:19 2011
New Revision: 1351

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1351
Log:
Add build-arch and build-indep rules targets to make Lintian happy.


Modified:
    trunk/apache2/changelog
    trunk/apache2/rules

Modified: trunk/apache2/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/changelog?rev=1351&op=diff
==============================================================================
--- trunk/apache2/changelog (original)
+++ trunk/apache2/changelog Sun Sep  4 19:40:19 2011
@@ -3,6 +3,7 @@
   * New upstream release.
   * Fix some regressions related to Range requests caused by the CVE-2011-3192
     fix. Closes: #639825
+  * Add build-arch and build-indep rules targets to make Lintian happy.
   * Bump Standards-Version (no changes).
 
  -- Stefan Fritsch <sf at debian.org>  Sun, 04 Sep 2011 20:29:20 +0200

Modified: trunk/apache2/rules
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/rules?rev=1351&op=diff
==============================================================================
--- trunk/apache2/rules (original)
+++ trunk/apache2/rules Sun Sep  4 19:40:19 2011
@@ -101,6 +101,9 @@
 	rm -rf debian/tmp-worker debian/tmp-prefork
 	dh_clean
 
+build-arch: build
+build-indep: build
+
 build: patch-stamp build-stamp 
 build-stamp: patch-stamp mpm-worker mpm-prefork mpm-event mpm-itk
 	for mpm in prefork event itk ; do \




More information about the Pkg-apache-commits mailing list