[Pkg-php-commits] [php/debian-etch] fix up clean target

Sean Finney seanius at debian.org
Tue Apr 28 12:15:45 UTC 2009


cherry-picked from a1731b8f64a36ddcb155b0ad5aa100228f1b24a5, but did not
apply cleanly, largely due to different patch-system used in etch.

Conflicts:

	debian/rules
---
 debian/rules       |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
 mode change 100755 => 100644 debian/maxlifetime

diff --git a/debian/maxlifetime b/debian/maxlifetime
old mode 100755
new mode 100644
diff --git a/debian/rules b/debian/rules
index fa6f1b1..484fd44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -123,7 +123,6 @@ patch-stamp:
 	        patch -p1 --ignore-whitespace < $$patch; \
 	done
 	sed -i -e 's/EXTRA_VERSION=""/EXTRA_VERSION="-$(PHP5_DEBIAN_REVISION)"/' configure.in
-	rm -f aclocal.m4 config.sub config.guess ltmain.sh
 	./buildconf --force
 	touch patch-stamp
 
@@ -319,7 +318,7 @@ clean: unpatch
 	rm -rf cli-build
 	rm -rf pear-build
 	rm -f debian/copyright
-	dh_clean
+	dh_clean -Xorig
 	# clean up autogenerated cruft
 	cat debian/modulelist | while read package extname dsoname; do \
 		rm -f debian/php5-$$package.postinst; \
-- 
1.5.6.5





More information about the Pkg-php-commits mailing list