r13218 - packages/trunk/snowballz/debian
Paul Wise
pabs at alioth.debian.org
Sat Feb 4 08:17:51 UTC 2012
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 <dean at codemonkies.net> 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 <little_miry at yahoo.es>,
Barry deFreese <bddebian at comcast.net>,
Peter Pentchev <roam at ringlet.net>
-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
More information about the Pkg-games-commits
mailing list