r3338 - packages/trunk/enemylines3/debian

Gonéri Le Bouder goneri-guest at alioth.debian.org
Wed Jul 11 15:19:25 UTC 2007


Author: goneri-guest
Date: 2007-07-11 15:19:24 +0000 (Wed, 11 Jul 2007)
New Revision: 3338

Modified:
   packages/trunk/enemylines3/debian/changelog
   packages/trunk/enemylines3/debian/rules
Log:
* do not ignore make clean return anymore


Modified: packages/trunk/enemylines3/debian/changelog
===================================================================
--- packages/trunk/enemylines3/debian/changelog	2007-07-11 14:53:52 UTC (rev 3337)
+++ packages/trunk/enemylines3/debian/changelog	2007-07-11 15:19:24 UTC (rev 3338)
@@ -11,6 +11,7 @@
    - add fix_gcc4.3.patch
   * update the Homepage location
   * use the ttf-bitstream-vera/VeraMono.ttf instead of the duplicated one
+  * do not ignore make clean return anymore
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Wed, 11 Jul 2007 11:28:53 +0000
 

Modified: packages/trunk/enemylines3/debian/rules
===================================================================
--- packages/trunk/enemylines3/debian/rules	2007-07-11 14:53:52 UTC (rev 3337)
+++ packages/trunk/enemylines3/debian/rules	2007-07-11 15:19:24 UTC (rev 3338)
@@ -46,7 +46,7 @@
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	$(MAKE) clean
 
 	dh_clean 
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2




More information about the Pkg-games-commits mailing list