Author: pabs Date: 2012-05-15 04:00:22 +0000 (Tue, 15 May 2012) New Revision: 13567
Modified: packages/trunk/warzone2100/debian/changelog packages/trunk/warzone2100/debian/rules Log: Remove the quesoglc embedded code copy too Modified: packages/trunk/warzone2100/debian/changelog =================================================================== --- packages/trunk/warzone2100/debian/changelog 2012-05-15 03:47:17 UTC (rev 13566) +++ packages/trunk/warzone2100/debian/changelog 2012-05-15 04:00:22 UTC (rev 13567) @@ -7,6 +7,7 @@ * dh now wants the sequence before the options * GLee removed upstream, no need to remove it * miniupnpc copy moved around remove new location + * Remove the quesoglc embedded code copy too -- Paul Wise <[email protected]> Mon, 24 Oct 2011 10:55:52 +0800 Modified: packages/trunk/warzone2100/debian/rules =================================================================== --- packages/trunk/warzone2100/debian/rules 2012-05-15 03:47:17 UTC (rev 13566) +++ packages/trunk/warzone2100/debian/rules 2012-05-15 04:00:22 UTC (rev 13567) @@ -9,8 +9,8 @@ dh_autoreconf ./autogen.sh override_dh_auto_configure: - # Remove miniupnpc embedded code copy so we never use it - rm -rf 3rdparty/miniupnpc + # Remove embedded code copies so we never use them + rm -rf 3rdparty/miniupnpc 3rdparty/quesoglc dh_auto_configure -- \ --bindir=\$${prefix}/games \ --datadir=\$${prefix}/share/games \ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

