diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/python-urllib3-whl.install (renamed from debian/python-urllib3-wheels.install) | 0 |
3 files changed, 3 insertions, 3 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. diff --git a/debian/control b/debian/control index 3602504..73b90c3 100644 --- a/debian/control +++ b/debian/control @@ -68,7 +68,7 @@ Description: HTTP library with thread-safe connection pooling for Python3 . This package contains the Python 3 version of the library. -Package: python-urllib3-wheels +Package: python-urllib3-whl Architecture: all Depends: ${misc:Depends}, diff --git a/debian/python-urllib3-wheels.install b/debian/python-urllib3-whl.install index fd3f06f..fd3f06f 100644 --- a/debian/python-urllib3-wheels.install +++ b/debian/python-urllib3-whl.install |