Author: pabs Date: 2012-02-04 08:17:51 +0000 (Sat, 04 Feb 2012) New Revision: 13218
Modified: packages/trunk/snowballz/debian/changelog packages/trunk/snowballz/debian/control packages/trunk/snowballz/debian/rules Log: * Close the launchpad bug for #585118 in the changelog for 0.9.5.1-3 * Install the 64x64 icon * Install the 32x32 icon into a better place * Respect DEB_BUILD_OPTIONS=parallel=n * Stop using python-support Modified: packages/trunk/snowballz/debian/changelog =================================================================== --- packages/trunk/snowballz/debian/changelog 2012-02-04 08:09:28 UTC (rev 13217) +++ packages/trunk/snowballz/debian/changelog 2012-02-04 08:17:51 UTC (rev 13218) @@ -16,13 +16,17 @@ [ Paul Wise ] * Move to unstable now that we are in the summer of contentment * Switch the homepage to the newish upstream one (LP: 889075) - * Close the launchpad bug for #585118 in the changelog + * Close the launchpad bug for #585118 in the changelog for 0.9.5.1-3 * Clean up the patches * Use os.path.expanduser in case HOME is unset * Run wrap-and-sort -s on various files * Fix Vcs-Browser URL * Improve the menu file * Fix the upstream author's mail + * Install the 64x64 icon + * Install the 32x32 icon into a better place + * Respect DEB_BUILD_OPTIONS=parallel=n + * Stop using python-support -- Dean Evans <[email protected]> Sat, 04 Feb 2012 17:12:36 +1300 Modified: packages/trunk/snowballz/debian/control =================================================================== --- packages/trunk/snowballz/debian/control 2012-02-04 08:09:28 UTC (rev 13217) +++ packages/trunk/snowballz/debian/control 2012-02-04 08:17:51 UTC (rev 13218) @@ -6,7 +6,7 @@ Miriam Ruiz <[email protected]>, Barry deFreese <[email protected]>, Peter Pentchev <[email protected]> -Build-Depends: debhelper (>= 8), python-support +Build-Depends: debhelper (>= 8), python (2.6.6-3~) Standards-Version: 3.9.2 Homepage: http://joey101.arcticpaint.com/snowballz/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/snowballz/ Modified: packages/trunk/snowballz/debian/rules =================================================================== --- packages/trunk/snowballz/debian/rules 2012-02-04 08:09:28 UTC (rev 13217) +++ packages/trunk/snowballz/debian/rules 2012-02-04 08:17:51 UTC (rev 13218) @@ -20,4 +20,4 @@ cd debian/snowballz/usr/share/icons/hicolor/64x64/apps/ && mv snowballz64.xpm snowballz.xpm %: - dh $@ + dh $@ --parallel --with python2 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

