r13141 - packages/trunk/netpanzer/debian

Alexander Reichle-Schmehl tolimar at alioth.debian.org
Thu Jan 19 16:52:26 UTC 2012


Author: tolimar
Date: 2012-01-19 16:52:26 +0000 (Thu, 19 Jan 2012)
New Revision: 13141

Modified:
   packages/trunk/netpanzer/debian/rules
Log:
Also use scons in debian/rules clean



Modified: packages/trunk/netpanzer/debian/rules
===================================================================
--- packages/trunk/netpanzer/debian/rules	2012-01-19 16:48:05 UTC (rev 13140)
+++ packages/trunk/netpanzer/debian/rules	2012-01-19 16:52:26 UTC (rev 13141)
@@ -22,7 +22,7 @@
 	INSTALL_PROGRAM += -s
 endif
 
-config.status: configure
+config.status:
 	dh_testdir
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 
@@ -39,7 +39,7 @@
 	dh_testroot
 	rm -f build-stamp config.log
 	
-	if test -f $(CURDIR)/Jamconfig; then jam distclean; fi
+	scons --clean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	rm -rf .pc
 	dh_clean 




More information about the Pkg-games-commits mailing list