r4332 - packages/trunk/barrage/debian

Barry deFreese bddebian-guest at alioth.debian.org
Fri Oct 5 15:34:19 UTC 2007


Author: bddebian-guest
Date: 2007-10-05 15:34:19 +0000 (Fri, 05 Oct 2007)
New Revision: 4332

Modified:
   packages/trunk/barrage/debian/changelog
   packages/trunk/barrage/debian/rules
Log:
Fix make clean lintian warning


Modified: packages/trunk/barrage/debian/changelog
===================================================================
--- packages/trunk/barrage/debian/changelog	2007-10-05 15:28:44 UTC (rev 4331)
+++ packages/trunk/barrage/debian/changelog	2007-10-05 15:34:19 UTC (rev 4332)
@@ -21,6 +21,9 @@
   [ Cyril Brulebois ]
   * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.
 
+  [ Barry deFreese ]
+  * Fix make clean lintian warning
+
  -- Jon Dowland <jon at alcopop.org>  Thu, 12 Jul 2007 11:22:58 +0100
 
 barrage (1.0.2-1) unstable; urgency=low

Modified: packages/trunk/barrage/debian/rules
===================================================================
--- packages/trunk/barrage/debian/rules	2007-10-05 15:28:44 UTC (rev 4331)
+++ packages/trunk/barrage/debian/rules	2007-10-05 15:34:19 UTC (rev 4332)
@@ -30,7 +30,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




More information about the Pkg-games-commits mailing list