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


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to