r3481 - packages/trunk/koules/debian

Alexander Schmehl tolimar at alioth.debian.org
Sun Jul 29 18:52:06 UTC 2007


Author: tolimar
Date: 2007-07-29 18:52:06 +0000 (Sun, 29 Jul 2007)
New Revision: 3481

Modified:
   packages/trunk/koules/debian/rules
Log:
Proper Make clean in clean rule

Modified: packages/trunk/koules/debian/rules
===================================================================
--- packages/trunk/koules/debian/rules	2007-07-29 18:46:07 UTC (rev 3480)
+++ packages/trunk/koules/debian/rules	2007-07-29 18:52:06 UTC (rev 3481)
@@ -45,7 +45,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean debian/koules.png
 




More information about the Pkg-games-commits mailing list