Author: goneri-guest
Date: 2007-07-02 21:09:31 +0000 (Mon, 02 Jul 2007)
New Revision: 3197

Modified:
   packages/trunk/moagg/debian/changelog
   packages/trunk/moagg/debian/rules
Log:
detech Makefile presence like Miriam suggested


Modified: packages/trunk/moagg/debian/changelog
===================================================================
--- packages/trunk/moagg/debian/changelog       2007-07-02 21:08:48 UTC (rev 
3196)
+++ packages/trunk/moagg/debian/changelog       2007-07-02 21:09:31 UTC (rev 
3197)
@@ -14,7 +14,7 @@
   * clean: remove the config.status file
   * replace the -$(MAKE) clean by a test -f Mafile && $(MAKE) clean
 
- -- Eddy Petrișor <[EMAIL PROTECTED]>  Mon,  2 Jul 2007 17:18:59 +0200
+ -- Gonéri Le Bouder <[EMAIL PROTECTED]>  Mon,  2 Jul 2007 17:18:59 +0200
 
 moagg (0.18-4) unstable; urgency=low
 

Modified: packages/trunk/moagg/debian/rules
===================================================================
--- packages/trunk/moagg/debian/rules   2007-07-02 21:08:48 UTC (rev 3196)
+++ packages/trunk/moagg/debian/rules   2007-07-02 21:09:31 UTC (rev 3197)
@@ -40,8 +40,8 @@
 clean:
        dh_testdir
        dh_testroot
-       rm -f build-stamp 
-       test -f Makefile && $(MAKE) clean
+       rm -f build-stamp
+       [ ! -f Makefile ] || $(MAKE) clean
        QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
        dh_clean config.guess config.sub config.status
 


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

Reply via email to