diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/rules | 2 |
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 |