[Python-modules-commits] r13612 - in packages/urlgrabber/trunk/debian (changelog rules)
kcoyner at users.alioth.debian.org
kcoyner at users.alioth.debian.org
Fri Jun 25 01:47:15 UTC 2010
Date: Friday, June 25, 2010 @ 01:47:14
Author: kcoyner
Revision: 13612
Fix to build only on default installation of python.
Modified:
packages/urlgrabber/trunk/debian/changelog
packages/urlgrabber/trunk/debian/rules
Modified: packages/urlgrabber/trunk/debian/changelog
===================================================================
--- packages/urlgrabber/trunk/debian/changelog 2010-06-25 01:12:27 UTC (rev 13611)
+++ packages/urlgrabber/trunk/debian/changelog 2010-06-25 01:47:14 UTC (rev 13612)
@@ -1,3 +1,13 @@
+urlgrabber (3.9.1-2) unstable; urgency=low
+
+ * Install with only the default python version to avoid unnecessary depends
+ on python2.5. Changes made to debian/rules. Closes: #587006. Thanks to
+ Stefano Rivera.
+ * Debian files uploaded to svn repository on alioth for python modules.
+ Closes: #587004.
+
+ -- Kevin Coyner <kcoyner at debian.org> Fri, 25 Jun 2010 01:25:25 +0000
+
urlgrabber (3.9.1-1) unstable; urgency=low
* New upstream release. The main backend was changed from from urllib2 to
Modified: packages/urlgrabber/trunk/debian/rules
===================================================================
--- packages/urlgrabber/trunk/debian/rules 2010-06-25 01:12:27 UTC (rev 13611)
+++ packages/urlgrabber/trunk/debian/rules 2010-06-25 01:47:14 UTC (rev 13612)
@@ -46,9 +46,7 @@
dh_prep
dh_installdirs
# Add here commands to install the package into debian/urlgrabber.
- for py in $(PYVERS); do \
- $$py setup.py install --prefix=/usr --root=$(CURDIR)/debian/python-urlgrabber; \
- done
+ python setup.py install --prefix=/usr --root=$(CURDIR)/debian/python-urlgrabber
# remove unneeded documents installed by setup.py
-rm -rf $(CURDIR)/debian/python-urlgrabber/usr/share/doc/urlgrabber-3*
More information about the Python-modules-commits
mailing list