Author: bddebian-guest
Date: 2008-03-27 02:26:14 +0000 (Thu, 27 Mar 2008)
New Revision: 6345

Modified:
   packages/trunk/silvertree/debian/changelog
   packages/trunk/silvertree/debian/rules
Log:
Fix make clean check.
Refresh changelog.


Modified: packages/trunk/silvertree/debian/changelog
===================================================================
--- packages/trunk/silvertree/debian/changelog  2008-03-27 02:15:29 UTC (rev 
6344)
+++ packages/trunk/silvertree/debian/changelog  2008-03-27 02:26:14 UTC (rev 
6345)
@@ -15,4 +15,4 @@
   [ Jon Dowland ]
   * adjust Maintainer: field to canonical games team
 
- -- Jon Dowland <[EMAIL PROTECTED]>  Fri, 07 Mar 2008 11:23:26 +0000
+ -- Barry deFreese <[EMAIL PROTECTED]>  Wed, 26 Mar 2008 22:26:34 -0400

Modified: packages/trunk/silvertree/debian/rules
===================================================================
--- packages/trunk/silvertree/debian/rules      2008-03-27 02:15:29 UTC (rev 
6344)
+++ packages/trunk/silvertree/debian/rules      2008-03-27 02:26:14 UTC (rev 
6345)
@@ -47,7 +47,7 @@
        dh_testroot
        rm -f build-stamp 
 
-       [ ! -f Makefile ] || $(MAKE) distclean
+       [ ! -f Makefile ] || [ ! -f .deps ] || $(MAKE) distclean
 
        rm -rf config.status config.log
 


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

Reply via email to