aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/control4
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 0cd0c93..d07bb55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
requests (2.4.2-1) UNRELEASED; urgency=medium
* New upstream release.
+ * debian/control
+ - Fix duplicate-short-description.
* debian/patches/01_use-system-ca-certificates.patch
- Refresh.
* debian/patches/02_use-system-chardet-and-urllib3.patch
@@ -11,7 +13,7 @@ requests (2.4.2-1) UNRELEASED; urgency=medium
- Provide requests.packages.urllib3 as symlink of python{,3}-urllib3
system package since it is used as import location. (Closes: #753578)
- -- Daniele Tricoli <eriol@mornie.org> Wed, 08 Oct 2014 20:20:41 +0200
+ -- Daniele Tricoli <eriol@mornie.org> Wed, 08 Oct 2014 20:23:42 +0200
requests (2.3.0-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 80eef11..f0c9586 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Depends: ca-certificates,
python-urllib3 (>= 1.7.1),
${misc:Depends},
${python:Depends}
-Description: elegant and simple HTTP library for Python, built for human beings
+Description: elegant and simple HTTP library for Python2, built for human beings
Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
multipart files, and parameters with simple Python dictionaries, and access
the response data in the same way. It's powered by httplib and urllib3, but
@@ -56,7 +56,7 @@ Depends: ca-certificates,
python3-urllib3 (>= 1.5),
${misc:Depends},
${python3:Depends}
-Description: elegant and simple HTTP library for Python, built for human beings
+Description: elegant and simple HTTP library for Python3, built for human beings
Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
multipart files, and parameters with simple Python dictionaries, and access
the response data in the same way. It's powered by httplib and urllib3, but