[SCM] Debian packaging for apache2 branch, next, updated. debian/2.4.2-2-35-gca5dc8c

Arno Töll arno at debian.org
Sun Jul 29 20:52:54 UTC 2012


The following commit has been merged in the next branch:
commit ca5dc8c9d4ec21d45c0bdd5b44b05c6ff53fe99e
Author: Arno Töll <arno at debian.org>
Date:   Sun Jul 29 22:52:50 2012 +0200

    Properly implement -p/-N in dh_apache2

diff --git a/debian/changelog b/debian/changelog
index 5e05ae6..2f06a99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,8 +22,10 @@ apache2 (2.4.2-3) UNRELEASED; urgency=low
     function. This caused reverse dependencies to fail for newly installed
     modules previously.
   * Implement -q (quiet) option for a2query (Closes: #681541).
+  * Properly honor -p/-N options as understood by debhelper (Closes: 681542).
+    Thanks Russ Allbery for the hint.
 
- -- Arno Töll <arno at debian.org>  Sun, 29 Jul 2012 22:44:58 +0200
+ -- Arno Töll <arno at debian.org>  Sun, 29 Jul 2012 22:51:11 +0200
 
 apache2 (2.4.2-2) experimental; urgency=low
 
diff --git a/debian/debhelper/dh_apache2.in b/debian/debhelper/dh_apache2.in
index 0fdf2ef..796f1ed 100755
--- a/debian/debhelper/dh_apache2.in
+++ b/debian/debhelper/dh_apache2.in
@@ -314,7 +314,7 @@ else
 	$dh{RESTART} = '';
 }
 
-foreach my $package (getpackages())
+foreach my $package ((@{$dh{DOPACKAGES}}))
 {
 	my %PACKAGE_TYPE = (
 		has_a_module => [],

-- 
Debian packaging for apache2



More information about the Pkg-apache-commits mailing list