[Pkg-php-commits] [php/debian-sid] Use dh_prep instead of dh_clean -k

Ondřej Surý ondrej at sury.org
Sat May 14 21:07:34 UTC 2011


---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index e5a1fef..ba2d678 100755
--- a/debian/rules
+++ b/debian/rules
@@ -424,7 +424,7 @@ install: DH_OPTIONS=
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	chmod 01733 debian/php5-common/var/lib/php5
-- 
1.7.1





More information about the Pkg-php-commits mailing list