summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Fritsch <sf@sfritsch.de>2012-03-18 16:40:13 +0100
committerStefan Fritsch <sf@sfritsch.de>2012-03-18 16:40:13 +0100
commita13ccc5635a16c8e47bf0bef99dd67fa1057759c (patch)
treef37db869ffe203566e4c874f5ef2870ee9bf11c5
parent11e1ce03cb975f75588c2e61b94301c1187a6556 (diff)
downloadapache2-a13ccc5635a16c8e47bf0bef99dd67fa1057759c.tar.gz
small tweaks, TODO
-rw-r--r--debian/PACKAGING6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/PACKAGING b/debian/PACKAGING
index 3517743b..be9a54a5 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