r12763 - packages/trunk/pingus/debian

Bertrand Marc bbk-guest at alioth.debian.org
Tue Nov 1 14:30:15 UTC 2011


Author: bbk-guest
Date: 2011-11-01 14:30:14 +0000 (Tue, 01 Nov 2011)
New Revision: 12763

Modified:
   packages/trunk/pingus/debian/rules
Log:
Clean debian/rules clean target

Modified: packages/trunk/pingus/debian/rules
===================================================================
--- packages/trunk/pingus/debian/rules	2011-11-01 14:13:52 UTC (rev 12762)
+++ packages/trunk/pingus/debian/rules	2011-11-01 14:30:14 UTC (rev 12763)
@@ -30,12 +30,9 @@
 clean-patched:
 	dh_testdir
 	dh_testroot
+	scons -c
 	rm -f build-stamp configure-stamp
-	-scons -c
-	rm -f `find . -name "*.o"`
-	rm -f `find . -name "*.os"`
-	rm -f `find . -name "*.so"`
-	rm -f config.log options.cache bt.xml .sconsign.dblite
+	rm -f config.log options.cache .sconsign.dblite
 	rm -rf .sconf_temp build/
 
 install: build




More information about the Pkg-games-commits mailing list