r3194 - packages/trunk/moagg/debian

Gonéri Le Bouder goneri-guest at alioth.debian.org
Mon Jul 2 20:47:30 UTC 2007


Author: goneri-guest
Date: 2007-07-02 20:47:29 +0000 (Mon, 02 Jul 2007)
New Revision: 3194

Modified:
   packages/trunk/moagg/debian/changelog
   packages/trunk/moagg/debian/rules
Log:
+  * clean: remove the config.status file
+  * replace the -$(MAKE) clean by a test -f Mafile && $(MAKE) clean


Modified: packages/trunk/moagg/debian/changelog
===================================================================
--- packages/trunk/moagg/debian/changelog	2007-07-02 20:17:21 UTC (rev 3193)
+++ packages/trunk/moagg/debian/changelog	2007-07-02 20:47:29 UTC (rev 3194)
@@ -11,6 +11,8 @@
   * update 01_Makefile.in.diff so Makefile doesn't try to copy data file
    (Closes: #424574)
   * add myself in Uploaders:
+  * clean: remove the config.status file
+  * replace the -$(MAKE) clean by a test -f Mafile && $(MAKE) clean
 
  -- Eddy Petrișor <eddy.petrisor at gmail.com>  Mon,  2 Jul 2007 17:18:59 +0200
 

Modified: packages/trunk/moagg/debian/rules
===================================================================
--- packages/trunk/moagg/debian/rules	2007-07-02 20:17:21 UTC (rev 3193)
+++ packages/trunk/moagg/debian/rules	2007-07-02 20:47:29 UTC (rev 3194)
@@ -41,10 +41,9 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 
-	-$(MAKE) clean
+	test -f Makefile && $(MAKE) clean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
-	dh_clean config.guess
-	dh_clean config.sub
+	dh_clean config.guess config.sub config.status
 
 install: build
 	dh_testdir




More information about the Pkg-games-commits mailing list