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 <[email protected]> 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)" \ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

