From f53a83d6a5ec2671fc61f9e508c557d079f65bd9 Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Mon, 3 Aug 2009 16:35:36 +0200 Subject: [PATCH] Be compatible with debhelper 7 --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.11.0