diff options
author | Barry Warsaw <barry@debian.org> | 2014-05-22 18:19:16 -0400 |
---|---|---|
committer | Barry Warsaw <barry@debian.org> | 2014-05-22 18:19:16 -0400 |
commit | 0a3c8f9e1c18eccb9098bee87b7b38769e3bb87f (patch) | |
tree | 23bb80f506734b87a4425be2a383afda6df33335 | |
parent | 38ef304fbac3c56cc3fac8cd16d67a402bb4a10d (diff) | |
parent | dbe86e1567337633ad65bbb5bee6afc1b7ac368e (diff) | |
download | python-urllib3-0a3c8f9e1c18eccb9098bee87b7b38769e3bb87f.tar python-urllib3-0a3c8f9e1c18eccb9098bee87b7b38769e3bb87f.tar.gz |
Imported Debian patch 1.8-2
-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. |