[Python-modules-commits] r29107 - in packages/python-urllib3/trunk/debian (changelog rules)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Tue May 27 22:03:44 UTC 2014
Date: Tuesday, May 27, 2014 @ 22:03:43
Author: eriol-guest
Revision: 29107
No need to remove dummyserver since it is not installed anymore
Modified:
packages/python-urllib3/trunk/debian/changelog
packages/python-urllib3/trunk/debian/rules
Modified: packages/python-urllib3/trunk/debian/changelog
===================================================================
--- packages/python-urllib3/trunk/debian/changelog 2014-05-27 21:55:13 UTC (rev 29106)
+++ packages/python-urllib3/trunk/debian/changelog 2014-05-27 22:03:43 UTC (rev 29107)
@@ -21,8 +21,9 @@
* debian/rules
- Enabled tests at build time also for Python 3 using the custom build
plugin of pybuild
+ - No need to remove dummyserver since it is not installed anymore
- -- Daniele Tricoli <eriol at mornie.org> Tue, 27 May 2014 16:40:30 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Wed, 28 May 2014 00:02:36 +0200
python-urllib3 (1.8-2) unstable; urgency=medium
Modified: packages/python-urllib3/trunk/debian/rules
===================================================================
--- packages/python-urllib3/trunk/debian/rules 2014-05-27 21:55:13 UTC (rev 29106)
+++ packages/python-urllib3/trunk/debian/rules 2014-05-27 22:03:43 UTC (rev 29107)
@@ -11,8 +11,6 @@
override_dh_auto_install:
dh_auto_install
- # Remove dummyserver/ tests to not pollute namespace.
- rm -rf debian/python*-urllib3/usr/lib/python*/dist-packages/dummyserver
python3 setup.py bdist_wheel \
--universal \
-d $(CURDIR)/debian/tmp/usr/share/python-wheels
More information about the Python-modules-commits
mailing list