[Pkg-apache-commits] [SCM] Debian packaging for apache2 (Apache HTTPD 2.x) branch, next, updated. 1b061a0344c5f3cc459e769e2ad0e62be6f570cb

Stefan Fritsch sf at sfritsch.de
Sat Mar 17 20:45:16 UTC 2012


The following commit has been merged in the next branch:
commit c20a5b31916e50e79a1635b972bfdd85d1e62edb
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sat Mar 17 20:59:44 2012 +0100

    add some debug output

diff --git a/debian/apache2.postinst b/debian/apache2.postinst
index f86eab2..94d5b88 100644
--- a/debian/apache2.postinst
+++ b/debian/apache2.postinst
@@ -18,6 +18,8 @@ set -e
 # the debian-policy package
 #
 
+# XXX remove
+echo apache2.postinst $@ running
 
 OBSOLETE_CONFFILES="/etc/apache2/mods-available/authz_default.load
 /etc/apache2/mods-available/authn_default.load
diff --git a/debian/apache2.preinst b/debian/apache2.preinst
index f02d3f2..83b8c29 100644
--- a/debian/apache2.preinst
+++ b/debian/apache2.preinst
@@ -13,6 +13,8 @@ set -e
 # for details, see http://www.debian.org/doc/debian-policy/ or
 # the debian-policy package
 
+# XXX remove
+echo apache2.preinst $@ running
 
 # XXX: Whichever file you add in one of the sections below, make sure you copy
 # the same file arrays to apache2.postinst and apache2.postrm, too!

-- 
Debian packaging for apache2 (Apache HTTPD 2.x)



More information about the Pkg-apache-commits mailing list