[Pkg-php-commits] r908 - php5/trunk/debian

Steve Langasek vorlon at alioth.debian.org
Sun Oct 21 04:13:46 UTC 2007


Author: vorlon
Date: 2007-10-21 04:13:46 +0000 (Sun, 21 Oct 2007)
New Revision: 908

Modified:
   php5/trunk/debian/rules
Log:
Add build/libtool.m4 to the list of files to remove in clean.



Modified: php5/trunk/debian/rules
===================================================================
--- php5/trunk/debian/rules	2007-10-20 23:47:59 UTC (rev 907)
+++ php5/trunk/debian/rules	2007-10-21 04:13:46 UTC (rev 908)
@@ -129,7 +129,8 @@
 unprepared:
 	dh_testdir
 	sed -i -e 's/EXTRA_VERSION="-$(PHP5_DEBIAN_REVISION)"/EXTRA_VERSION=""/' configure.in
-	rm -f configure aclocal.m4 config.sub config.guess ltmain.sh main/php_config.h.in
+	rm -f configure aclocal.m4 config.sub config.guess ltmain.sh
+	rm -f build/libtool.m4 main/php_config.h.in
 	rm -f prepared-stamp
 
 test-results.txt:




More information about the Pkg-php-commits mailing list