From: Emmanuel Lacour Date: Mon, 3 Aug 2009 14:35:36 +0000 (+0200) Subject: Be compatible with debhelper 7 X-Git-Tag: 0.7.1-1~2 X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=commitdiff_plain;h=f53a83d6a5ec2671fc61f9e508c557d079f65bd9 Be compatible with debhelper 7 --- diff --git a/debian/control b/debian/control index 867f74a..2693fd0 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: suphp Section: web Priority: optional Maintainer: Emmanuel Lacour -Build-Depends: debhelper (>> 4.1.16), apache2-prefork-dev (>= 2.2.0), apache2-mpm-prefork (>= 2.2.0) | apache2-mpm-worker (>= 2.2.0), libapr1-dev, docbook-to-man, pkg-config, dpatch +Build-Depends: debhelper (>= 7), apache2-prefork-dev (>= 2.2.0), apache2-mpm-prefork (>= 2.2.0) | apache2-mpm-worker (>= 2.2.0), libapr1-dev, docbook-to-man, pkg-config, dpatch Standards-Version: 3.8.2 Package: suphp-common diff --git a/debian/rules b/debian/rules index c78f240..f86cbb9 100755 --- a/debian/rules +++ b/debian/rules @@ -56,7 +56,7 @@ clean: install: build-apache2 dh_testdir dh_testroot - dh_clean -k + dh_prep find -name ".svn" -type d | xargs rm -rf find -name ".git" -type d | xargs rm -rf dh_installdirs