X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=debian%2Frules;h=1e49b7a0929ceae73c55a0d9031f405b5b045c4b;hp=959d1bf8ed3add38ae733b037bce48fb833fecf9;hb=47bcf8ba77fa8011f9be728c23dbe6915d70251b;hpb=1d5c20a335c25ab89adf2e0d3d74c810b679e719 diff --git a/debian/rules b/debian/rules index 959d1bf..1e49b7a 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatibility version to use. -export DH_COMPAT=3 +export DH_COMPAT=4 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) @@ -34,7 +34,7 @@ configure-apache: configure-apache2: dh_testdir - CPPFLAGS="-I/usr/include/apr-0" ./configure --prefix=/usr \ + ./configure --prefix=/usr \ --sysconfdir=/etc/suphp \ --with-apxs=/usr/bin/apxs2 \ --with-apache-user=www-data \ @@ -57,7 +57,7 @@ clean: dh_testroot -$(MAKE) clean rm -f config.log config.status src/config.h - rm -f libtool src/stamp-h1 + rm -f libtool src/stamp-h find . -name .libs | xargs rm -rf find . -name .deps | xargs rm -rf rm -f src/apache/mod_suphp.o src/apache/mod_suphp.lo src/apache/mod_suphp.la