[SCM] Debian packaging for apache2 branch, master, updated. debian/2.4.4-6-7-g2f27ee5

Arno Töll arno at debian.org
Sat Jul 13 20:22:05 UTC 2013


The following commit has been merged in the master branch:
commit 2f27ee55a9c4f41b32b8e2555ed32988119f8193
Author: Arno Töll <arno at debian.org>
Date:   Sat Jul 13 22:21:50 2013 +0200

    Document that the dh_apache2 conditional must be available in postrm, too. Thanks to cjwatson for spotting this

diff --git a/debian/changelog b/debian/changelog
index 8993714..9a9f1be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ apache2 (2.4.4-7) UNRELEASED; urgency=low
     on dpkg's arguments supplied in $1, $2 etc. This clashes with function
     arguments supplied to to sh sub-function. Allow manual override in such
     cases.
+  * Mention that the dh_apache2 conditional must be present in postrm too (Closes: #716694)
 
- -- Arno Töll <arno at debian.org>  Sat, 13 Jul 2013 13:35:17 +0200
+ -- Arno Töll <arno at debian.org>  Sat, 13 Jul 2013 22:20:05 +0200
 
 apache2 (2.4.4-6) unstable; urgency=low
 
diff --git a/debian/debhelper/dh_apache2.in b/debian/debhelper/dh_apache2.in
index a93a44e..7b51644 100755
--- a/debian/debhelper/dh_apache2.in
+++ b/debian/debhelper/dh_apache2.in
@@ -230,8 +230,8 @@ to install Apache configuration files depending on a user input, for example if
 they interface to the user through L<debconf(1)>.
 
 The defaults is to always execute the scripts. The named function should be
-provided in the F<prerm> and F<postinst> scripts, before the B<#DEBHELPER#>
-token.
+provided in the F<prerm>, F<postrm> and F<postinst> scripts, before the
+B<#DEBHELPER#> token.
 
 =item S<B<--restart>> S<B<-r>>
 

-- 
Debian packaging for apache2



More information about the Pkg-apache-commits mailing list