aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2014-05-27 22:03:43 +0000
committerDaniele Tricoli <eriol@mornie.org>2014-05-27 22:03:43 +0000
commit7143d4d66d4e8a16296fb65e792540b3887369c9 (patch)
tree02cac6039c22038722eda064468217308d9212c2
parent144d87bf8411de394d8eb933781a8f8c5f069aa7 (diff)
downloadpython-urllib3-7143d4d66d4e8a16296fb65e792540b3887369c9.tar
python-urllib3-7143d4d66d4e8a16296fb65e792540b3887369c9.tar.gz
No need to remove dummyserver since it is not installed anymore
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 4082bcf..8d125ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,8 +21,9 @@ python-urllib3 (1.8.2-1) UNRELEASED; urgency=medium
* 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@mornie.org> Tue, 27 May 2014 16:40:30 +0200
+ -- Daniele Tricoli <eriol@mornie.org> Wed, 28 May 2014 00:02:36 +0200
python-urllib3 (1.8-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 8e9492a..090bf6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,8 +11,6 @@ override_dh_auto_configure:
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