r9374 - packages/trunk/cookietool/debian

Peter Pentchev roam-guest at alioth.debian.org
Fri Apr 3 13:52:50 UTC 2009


Author: roam-guest
Date: 2009-04-03 13:52:50 +0000 (Fri, 03 Apr 2009)
New Revision: 9374

Modified:
   packages/trunk/cookietool/debian/changelog
   packages/trunk/cookietool/debian/rules
Log:
Do not ignore errors from "make clean".


Modified: packages/trunk/cookietool/debian/changelog
===================================================================
--- packages/trunk/cookietool/debian/changelog	2009-04-03 13:51:00 UTC (rev 9373)
+++ packages/trunk/cookietool/debian/changelog	2009-04-03 13:52:50 UTC (rev 9374)
@@ -3,6 +3,7 @@
   * New maintainer.  Closes: #503560
   * Use quilt for patch management.
   * Add a placeholder watchfile explaining why we can't use uscan.
+  * Do not ignore errors from "make clean".
 
  -- Peter Pentchev <roam at ringlet.net>  Fri, 03 Apr 2009 16:18:42 +0300
 

Modified: packages/trunk/cookietool/debian/rules
===================================================================
--- packages/trunk/cookietool/debian/rules	2009-04-03 13:51:00 UTC (rev 9373)
+++ packages/trunk/cookietool/debian/rules	2009-04-03 13:52:50 UTC (rev 9374)
@@ -21,7 +21,7 @@
 	rm -f build-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	$(MAKE) clean
 
 	dh_clean
 	$(MAKE) -f debian/rules unpatch




More information about the Pkg-games-commits mailing list