Author: goneri-guest
Date: 2007-09-17 13:43:23 +0000 (Mon, 17 Sep 2007)
New Revision: 4220

Modified:
   packages/trunk/dreamchess/debian/changelog
   packages/trunk/dreamchess/debian/rules
Log:
+  * make clean removes quilt .pc directory
+  * do not ignore make distclean return anymore


Modified: packages/trunk/dreamchess/debian/changelog
===================================================================
--- packages/trunk/dreamchess/debian/changelog  2007-09-17 12:54:28 UTC (rev 
4219)
+++ packages/trunk/dreamchess/debian/changelog  2007-09-17 13:43:23 UTC (rev 
4220)
@@ -3,6 +3,8 @@
   * fix the watchfile
   * rewrite use_mxml_from_debian.diff to avoid an autotools autoexecution
     (Closes #424186, #442544)
+  * make clean removes quilt .pc directory
+  * do not ignore make distclean return anymore 
 
  -- Gonéri Le Bouder <[EMAIL PROTECTED]>  Sun, 16 Sep 2007 22:28:15 +0200
 

Modified: packages/trunk/dreamchess/debian/rules
===================================================================
--- packages/trunk/dreamchess/debian/rules      2007-09-17 12:54:28 UTC (rev 
4219)
+++ packages/trunk/dreamchess/debian/rules      2007-09-17 13:43:23 UTC (rev 
4220)
@@ -45,7 +45,7 @@
        dh_testroot
        rm -f build-stamp 
 
-       -$(MAKE) distclean
+       [ ! -f Makefile ] || $(MAKE) distclean
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
        cp -f /usr/share/misc/config.sub config.sub
 endif
@@ -53,6 +53,7 @@
        cp -f /usr/share/misc/config.guess config.guess
 endif
        QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+       rm -rf .pc
        dh_clean 
 
 install: build


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to