diff options
author | Barry Warsaw <barry@debian.org> | 2014-05-22 22:25:19 +0000 |
---|---|---|
committer | Barry Warsaw <barry@debian.org> | 2014-05-22 22:25:19 +0000 |
commit | 1fde0cf426584a25aeea7b4b2575bb8c16265bc0 (patch) | |
tree | fe92065d3c5af7a9bf4e61b467bdc76c0ce25e28 | |
parent | 59538741f903ae8ba11a5e25e1e676744fd8bf69 (diff) | |
download | python-urllib3-1fde0cf426584a25aeea7b4b2575bb8c16265bc0.tar python-urllib3-1fde0cf426584a25aeea7b4b2575bb8c16265bc0.tar.gz |
* Team upload.
* d/control:
- Fix python-urllib3-whl Depends.
- Fix typo in python-urllib3-whl description.
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b561b79..a515f72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +python-urllib3 (1.8-2) unstable; urgency=medium + + * Team upload. + * d/control: + - Fix python-urllib3-whl Depends. + - Fix typo in python-urllib3-whl description. + + -- Barry Warsaw <barry@debian.org> Thu, 22 May 2014 18:19:16 -0400 + python-urllib3 (1.8-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 73b90c3..1211fa5 100644 --- a/debian/control +++ b/debian/control @@ -73,7 +73,7 @@ Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, - python-six-wheels + python-six-whl Recommends: ca-certificates Description: HTTP library with thread-safe connection pooling @@ -89,4 +89,4 @@ Description: HTTP library with thread-safe connection pooling - Small and easy to understand codebase perfect for extending and building upon. . - This package contains the universal wheels. + This package contains the universal wheel. |