r9618 - packages/trunk/bloboats/debian

Gonéri Le Bouder goneri at alioth.debian.org
Sat Apr 18 22:06:51 UTC 2009


Author: goneri
Date: 2009-04-18 22:06:51 +0000 (Sat, 18 Apr 2009)
New Revision: 9618

Modified:
   packages/trunk/bloboats/debian/changelog
   packages/trunk/bloboats/debian/rules
Log:
do not ignore 'make clean' return


Modified: packages/trunk/bloboats/debian/changelog
===================================================================
--- packages/trunk/bloboats/debian/changelog	2009-04-18 22:00:38 UTC (rev 9617)
+++ packages/trunk/bloboats/debian/changelog	2009-04-18 22:06:51 UTC (rev 9618)
@@ -7,7 +7,8 @@
   [ Gonéri Le Bouder ]
   * Use /usr/share/quilt/quilt.make to call quilt
   * Unapply the patches during the clean, thanks Raphael Geisser
-  * Standard version 3.8.1, no change 
+  * Standard version 3.8.1
+   - do not ignore 'make clean' return 
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Sun, 19 Apr 2009 00:00:15 +0200
 

Modified: packages/trunk/bloboats/debian/rules
===================================================================
--- packages/trunk/bloboats/debian/rules	2009-04-18 22:00:38 UTC (rev 9617)
+++ packages/trunk/bloboats/debian/rules	2009-04-18 22:06:51 UTC (rev 9618)
@@ -13,7 +13,7 @@
 clean: unpatch
 	dh_testdir
 	# first make clean failes
-	- make clean
+	make clean
 	rm -f debian/bloboats.6
 	dh_clean
 




More information about the Pkg-games-commits mailing list