diff options
-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. |