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

Stefan Fritsch sf at sfritsch.de
Sun Mar 18 15:40:42 UTC 2012


The following commit has been merged in the next branch:
commit a13ccc5635a16c8e47bf0bef99dd67fa1057759c
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sun Mar 18 16:40:13 2012 +0100

    small tweaks, TODO

diff --git a/debian/PACKAGING b/debian/PACKAGING
index 3517743..be9a54a 100644
--- a/debian/PACKAGING
+++ b/debian/PACKAGING
@@ -46,8 +46,8 @@ The resulting binary package should be called libapache2-mod-<modulename> and
 MUST NOT depend on apache2 or apache2-bin. Instead a module package must depend
 on our virtual package providing the module magic number denoting the ABI
 compatibility version number. The virtual package is called apache2-api-YYYYMMDD
-and guaranteed to be stable among all binary updates. The dh_apache2 helper
-assists to get dependencies right.
+and guaranteed to be stable among all binary updates of 2.4.x. The dh_apache2
+helper assists to get dependencies right.
 
 The module must install a 'module.load' file to /etc/apache2/modules-available
 where 'module' is the name of the installed module without "mod_" prefix. The
@@ -66,6 +66,8 @@ foo.load:
 	LoadModule foo_module /usr/lib/modules/mod_foo.so
 
 
+XXX: TODO: Explain workaround for load-order dependency
+
 Additionally, a 'foo.conf' configuration file can be installed along the 'load'
 file to configure the module if required. This is useful if the module in
 question requires some initial configuration to be useful. No magic comments are

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



More information about the Pkg-apache-commits mailing list