r3865 - packages/trunk/titanion/debian

Peter De Wachter pdewacht-guest at alioth.debian.org
Sun Aug 26 20:25:15 UTC 2007


Author: pdewacht-guest
Date: 2007-08-26 20:25:14 +0000 (Sun, 26 Aug 2007)
New Revision: 3865

Modified:
   packages/trunk/titanion/debian/rules
Log:
use '$(MAKE) clean' instead of 'ant clean'


Modified: packages/trunk/titanion/debian/rules
===================================================================
--- packages/trunk/titanion/debian/rules	2007-08-26 20:24:26 UTC (rev 3864)
+++ packages/trunk/titanion/debian/rules	2007-08-26 20:25:14 UTC (rev 3865)
@@ -27,7 +27,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	ant clean
+	$(MAKE) clean
 	rm -f titanion
 	rm -f `find . -name "*.o"`
 	$(MAKE) -f /usr/share/quilt/quilt.make unpatch




More information about the Pkg-games-commits mailing list