Author: pabs Date: 2012-02-19 08:09:47 +0000 (Sun, 19 Feb 2012) New Revision: 13263
Modified: packages/trunk/zaz/debian/changelog packages/trunk/zaz/debian/control packages/trunk/zaz/debian/rules Log: Drop dh-buildinfo since it isn't useful these days Modified: packages/trunk/zaz/debian/changelog =================================================================== --- packages/trunk/zaz/debian/changelog 2012-02-19 08:08:35 UTC (rev 13262) +++ packages/trunk/zaz/debian/changelog 2012-02-19 08:09:47 UTC (rev 13263) @@ -6,6 +6,7 @@ [ Paul Wise ] * Add patches by Steve Cotton to fix crashes (Closes: #649017; LP: #656468) * Wrap and sort various files for more readable diffs + * Drop dh-buildinfo since it isn't useful these days -- Miriam Ruiz <[email protected]> Tue, 29 Nov 2011 23:11:19 +0100 Modified: packages/trunk/zaz/debian/control =================================================================== --- packages/trunk/zaz/debian/control 2012-02-19 08:08:35 UTC (rev 13262) +++ packages/trunk/zaz/debian/control 2012-02-19 08:09:47 UTC (rev 13263) @@ -6,7 +6,6 @@ Build-Depends: autotools-dev, debhelper (>= 7), - dh-buildinfo, gettext, libftgl-dev, libgl1-mesa-dev, Modified: packages/trunk/zaz/debian/rules =================================================================== --- packages/trunk/zaz/debian/rules 2012-02-19 08:08:35 UTC (rev 13262) +++ packages/trunk/zaz/debian/rules 2012-02-19 08:09:47 UTC (rev 13263) @@ -85,7 +85,6 @@ dh_link -i dh_compress -i dh_fixperms -i - [ ! -e /usr/bin/dh_buildinfo ] || dh_buildinfo -i dh_installdeb -i dh_gencontrol -i dh_md5sums -i @@ -105,7 +104,6 @@ dh_strip -a --dbg-package=zaz-dbg dh_compress -a dh_fixperms -a - [ ! -e /usr/bin/dh_buildinfo ] || dh_buildinfo -a dh_installdeb -a dh_shlibdeps -a dh_gencontrol -a _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

