Author: pabs Date: 2012-06-05 09:15:27 +0000 (Tue, 05 Jun 2012) New Revision: 13670
Modified: packages/trunk/warzone2100/debian/changelog packages/trunk/warzone2100/debian/rules Log: Drop autotools_dev, not needed with autoreconf Modified: packages/trunk/warzone2100/debian/changelog =================================================================== --- packages/trunk/warzone2100/debian/changelog 2012-06-04 02:20:35 UTC (rev 13669) +++ packages/trunk/warzone2100/debian/changelog 2012-06-05 09:15:27 UTC (rev 13670) @@ -16,6 +16,7 @@ * Fix FTBFS with hardening flags * Fix spelling error * wrap-and-sort -sa + * Drop autotools_dev, not needed with autoreconf -- Paul Wise <[email protected]> Mon, 24 Oct 2011 10:55:52 +0800 Modified: packages/trunk/warzone2100/debian/rules =================================================================== --- packages/trunk/warzone2100/debian/rules 2012-06-04 02:20:35 UTC (rev 13669) +++ packages/trunk/warzone2100/debian/rules 2012-06-05 09:15:27 UTC (rev 13670) @@ -3,7 +3,7 @@ #export DH_VERBOSE=1 %: - dh $@ --parallel --with autotools_dev --with autoreconf + dh $@ --parallel --with autoreconf override_dh_autoreconf: dh_autoreconf ./autogen.sh _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

