r11050 - packages/trunk/warzone2100/debian

Paul Wise pabs at alioth.debian.org
Sun Jul 4 01:59:59 UTC 2010


Author: pabs
Date: 2010-07-04 01:59:58 +0000 (Sun, 04 Jul 2010)
New Revision: 11050

Modified:
   packages/trunk/warzone2100/debian/changelog
   packages/trunk/warzone2100/debian/rules
Log:
Fix FTBFS when building twice in a row (Closes: #588006)

Modified: packages/trunk/warzone2100/debian/changelog
===================================================================
--- packages/trunk/warzone2100/debian/changelog	2010-07-01 18:52:36 UTC (rev 11049)
+++ packages/trunk/warzone2100/debian/changelog	2010-07-04 01:59:58 UTC (rev 11050)
@@ -1,6 +1,7 @@
 warzone2100 (2.3.1-2) UNRELEASED; urgency=low
 
   * Drop "Resurrection" from description on upstream's request
+  * Fix FTBFS when building twice in a row (Closes: #588006)
 
  -- Paul Wise <pabs at debian.org>  Wed, 23 Jun 2010 10:01:48 +0800
 

Modified: packages/trunk/warzone2100/debian/rules
===================================================================
--- packages/trunk/warzone2100/debian/rules	2010-07-01 18:52:36 UTC (rev 11049)
+++ packages/trunk/warzone2100/debian/rules	2010-07-04 01:59:58 UTC (rev 11050)
@@ -36,7 +36,7 @@
 #	sed -i -e 's_aclocal[^/" ]*_aclocal-1.10_g' autogen.sh
 #	./autogen.sh
 	# Remove GLee embedded code copy so we never use it
-	rm lib/ivis_opengl/GLee.c lib/ivis_opengl/GLee.h
+	rm -f lib/ivis_opengl/GLee.c lib/ivis_opengl/GLee.h
 	./configure \
 	    CFLAGS="$(CFLAGS)" \
 	    LDFLAGS="$(LDFLAGS)" \




More information about the Pkg-games-commits mailing list