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

Arno Töll debian at toell.net
Sun Mar 18 20:49:54 UTC 2012


The following commit has been merged in the next branch:
commit 461b27ae0a42778586fb54236c3336ce416e5095
Author: Arno Töll <debian at toell.net>
Date:   Sun Mar 18 21:49:05 2012 +0100

    Correct docs. Modules are installed by using a "mod" type. Thanks to sf for
    catching this.

diff --git a/debian/debhelper/dh_apache2 b/debian/debhelper/dh_apache2
index ff278fc..c0a0b0b 100755
--- a/debian/debhelper/dh_apache2
+++ b/debian/debhelper/dh_apache2
@@ -266,8 +266,8 @@ The examples below lists valid entries for a debian/I<package>.apache2 file. For
 example, the two lines below install a fictional I<mod_foo> Apache module along
 a Debian specific I<.load> file:
 
- conf src/foo/mod_foo.so
- conf debian/foo.load
+ mod src/foo/mod_foo.so
+ mod debian/foo.load
 
 The example below installs a fictional web application called phpmyfoo supplied
 in a package which also supports Lighttpd and nginx:
@@ -281,9 +281,9 @@ Or, the same example again this time without support for other web servers:
 As a final example, install a module called I<mod_foo> along with a site
 configuration for a fictional site configuration for the site I<example.com>:
 
- conf src/foo/mod_foo.so
- conf debian/foo.load
- conf debian/foo.conf
+ mod  src/foo/mod_foo.so
+ mod  debian/foo.load
+ mod  debian/foo.conf
  site debian/example_com.conf
 
 =head1 SEE ALSO

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



More information about the Pkg-apache-commits mailing list