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

Arno Töll arno at debian.org
Tue Jul 23 12:22:09 UTC 2013


The following commit has been merged in the master branch:
commit ce7ee3cef8ceb1a6fdceb55d8d655e413d94f9dd
Author: Arno Töll <arno at debian.org>
Date:   Tue Jul 23 13:31:54 2013 +0200

    Allos apache2-maintscript-helper consumers to use triggers in their maintainer script

diff --git a/debian/changelog b/debian/changelog
index bfa8116..2e8c483 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,15 @@
-apache2 (2.4.6-2) UNRELEASED; urgency=low
+apache2 (2.4.6-2) unstable; urgency=low
 
+  [ Stefan Fritsch ]
   * Fix watch file
   * Don't pass --silent to libtool, allowing blhc to check the compiler
     options in the build logs.
 
- -- Stefan Fritsch <sf at debian.org>  Mon, 22 Jul 2013 21:06:25 +0200
+  [ Arno Töll ]
+  * Allow third party packages to use triggers if they use them in a
+    maintainer script invoking apache2-maintscript-helper (Closes: #717610)
+
+ -- Arno Töll <arno at debian.org>  Tue, 23 Jul 2013 13:25:30 +0200
 
 apache2 (2.4.6-1) unstable; urgency=low
 
diff --git a/debian/debhelper/apache2-maintscript-helper b/debian/debhelper/apache2-maintscript-helper
index 4faf5c0..50f3418 100644
--- a/debian/debhelper/apache2-maintscript-helper
+++ b/debian/debhelper/apache2-maintscript-helper
@@ -105,7 +105,7 @@ else
 	fi
 
 	case "$APACHE2_MAINTSCRIPT_METHOD" in
-		install|upgrade|abort-upgrade|configure|abort-remove|abort-remove|abort-deconfigure|remove|failed-upgrade|purge|disappear|abort-install)
+		install|upgrade|abort-upgrade|configure|abort-remove|abort-remove|abort-deconfigure|remove|failed-upgrade|purge|disappear|abort-install|triggered)
 			# yay - recognized script
 		;;
 		*)

-- 
Debian packaging for apache2



More information about the Pkg-apache-commits mailing list