aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorBarry Warsaw <barry@debian.org>2014-05-20 23:38:05 +0000
committerBarry Warsaw <barry@debian.org>2014-05-20 23:38:05 +0000
commit59538741f903ae8ba11a5e25e1e676744fd8bf69 (patch)
treee63a6211433e0a5d9972b047bcaf987324362b03 /debian/changelog
parent00b404b881397f8a67ef588ea8da3cb28b671bbc (diff)
downloadpython-urllib3-59538741f903ae8ba11a5e25e1e676744fd8bf69.tar
python-urllib3-59538741f903ae8ba11a5e25e1e676744fd8bf69.tar.gz
- Added python-urllib3-whl binary package.
* d/python-urllib3-whl.install: Added.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 3faca22..b561b79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,11 +15,11 @@ python-urllib3 (1.8-1) unstable; urgency=medium
* d/control:
- Added python-setuptools, python3-setuptools, and python3-wheel to
Build-Depends.
- - Added python-urllib3-wheels binary package.
+ - Added python-urllib3-whl binary package.
* d/rules:
- Build the universal wheels.
- Simplify through use of PYBUILD_NAME.
- * d/python-urllib3-wheels.install: Added.
+ * d/python-urllib3-whl.install: Added.
* d/patches/setuptools.patch: Use setuptools.setup() so that the
bdist_wheel command will work.