r3824 - packages/trunk/a7xpg/debian

Miriam Ruiz baby-guest at alioth.debian.org
Sat Aug 25 21:06:19 UTC 2007


Author: baby-guest
Date: 2007-08-25 21:06:18 +0000 (Sat, 25 Aug 2007)
New Revision: 3824

Modified:
   packages/trunk/a7xpg/debian/rules
Log:
Clean .o and binary objects



Modified: packages/trunk/a7xpg/debian/rules
===================================================================
--- packages/trunk/a7xpg/debian/rules	2007-08-25 21:03:13 UTC (rev 3823)
+++ packages/trunk/a7xpg/debian/rules	2007-08-25 21:06:18 UTC (rev 3824)
@@ -29,6 +29,8 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp
 	[ ! -f Makefile ] || $(MAKE) clean
+	rm -f a7xpg
+	rm -f `find . -name "*.o"`
 	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 	dh_clean 
 




More information about the Pkg-games-commits mailing list