diff options
Diffstat (limited to 'debian')
-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 7b1d209..eb3e611 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +requests (2.2.1-3) unstable; urgency=medium + + * Team upload. + * d/control: + - Fix python-requests-whl Depends. + - Fix typo in python-requests-whl description. + + -- Barry Warsaw <barry@debian.org> Thu, 22 May 2014 18:33:19 -0400 + requests (2.2.1-2) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index d3b705b..fcadaf1 100644 --- a/debian/control +++ b/debian/control @@ -78,7 +78,7 @@ Description: elegant and simple HTTP library for Python, built for human beings Package: python-requests-whl Architecture: all Depends: ca-certificates, - python-urllib3-wheels, + python-urllib3-whl, ${misc:Depends}, ${python3:Depends} Description: elegant and simple HTTP library for Python, built for human beings @@ -100,4 +100,4 @@ Description: elegant and simple HTTP library for Python, built for human beings - Multipart File Uploads - Connection Timeouts . - This package provides the universal wheels. + This package provides the universal wheel. |