aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2014-10-08 18:38:44 +0000
committerDaniele Tricoli <eriol@mornie.org>2014-10-08 18:38:44 +0000
commita4dc6d8fd25c2b89ad6bc1d03be7305ffd34056b (patch)
tree71a2e9bba684f9cf98ce8ec6b6032f30f96d9bdd
parent3d2a979750bfa478bda9a37ae54d2b07a75eee00 (diff)
downloadpython-requests-a4dc6d8fd25c2b89ad6bc1d03be7305ffd34056b.tar
python-requests-a4dc6d8fd25c2b89ad6bc1d03be7305ffd34056b.tar.gz
Fix duplicate-short-description
-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