From: Emmanuel Lacour Date: Wed, 18 Apr 2012 15:06:27 +0000 (+0200) Subject: Use dh_apache2 X-Git-Tag: 0.7.1-2~6 X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=commitdiff_plain;h=193b97c571266c663abf4bb940e7c03d9ff955b2 Use dh_apache2 --- diff --git a/debian/control b/debian/control index 0db4e0b..d2a671f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: suphp Section: httpd Priority: optional Maintainer: Emmanuel Lacour -Build-Depends: debhelper (>= 9), apache2-prefork-dev (>= 2.2.0) | apache2-dev (>= 2.4), apache2-api-20120211 | apache2-mpm-prefork (>= 2.2.0) | apache2-mpm-worker (>= 2.2.0), libapr1-dev, docbook-to-man, pkg-config, dh-autoreconf, autotools-dev, quilt +Build-Depends: debhelper (>= 9), apache2-prefork-dev (>= 2.2.0) | apache2-dev (>= 2.4), apache2-api-20120211 | apache2-mpm-prefork (>= 2.2.0) | apache2-mpm-worker (>= 2.2.0), libapr1-dev, docbook-to-man, pkg-config, dh-autoreconf, autotools-dev, quilt, dh-apache2 Standards-Version: 3.9.3 Package: suphp-common diff --git a/debian/libapache2-mod-suphp.apache2 b/debian/libapache2-mod-suphp.apache2 new file mode 100644 index 0000000..50f049a --- /dev/null +++ b/debian/libapache2-mod-suphp.apache2 @@ -0,0 +1,2 @@ +mod debian/conf/suphp.conf +mod debian/conf/suphp.load diff --git a/debian/rules b/debian/rules index 2e33f52..2dc1388 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ #export DH_VERBOSE=1 %: - dh $@ --with quilt,autotools-dev,autoreconf + dh $@ --with quilt,autotools-dev,autoreconf,apache2 override_dh_auto_configure: CFLAGS="$(CFLAGS) `pkg-config --cflags apr-1`" ./configure --prefix=/usr \