aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2012-09-10 12:34:30 +0000
committerDaniele Tricoli <eriol@mornie.org>2012-09-10 12:34:30 +0000
commit83ca8ae17b088f18474146dd63d0e14a2583df67 (patch)
tree001e5f45e8dcd24bffd5878222e458b40d219637
parent6616f164d890f50458ca024870e3654bb1ed4032 (diff)
downloadpython-urllib3-83ca8ae17b088f18474146dd63d0e14a2583df67.tar
python-urllib3-83ca8ae17b088f18474146dd63d0e14a2583df67.tar.gz
Added ca-certificates to Recommends field
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index d888d9e..06ccfdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,15 @@
python-urllib3 (1.3-3) UNRELEASED; urgency=low
+ * debian/control
+ - Added ca-certificates to Recommends field
* debian/patches/02_require-cert-verification.patch
- require SSL certificate validation by default by using
CERT_REQUIRED and using the system
/etc/ssl/certs/ca-certificates.crt.
- Thanks to Jamie Strandboge for report and patch.
+ Thanks to Jamie Strandboge for report and patch
(Closes: #686872)
- -- Daniele Tricoli <eriol@mornie.org> Fri, 07 Sep 2012 13:20:20 +0200
+ -- Daniele Tricoli <eriol@mornie.org> Mon, 10 Sep 2012 14:33:35 +0200
python-urllib3 (1.3-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index fc30005..2e522c7 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,8 @@ Depends:
${misc:Depends},
${python:Depends},
python-six
+Recommends:
+ ca-certificates
Description: HTTP library with thread-safe connection pooling for Python
urllib3 supports features left out of urllib and urllib2 libraries.
.
@@ -44,6 +46,8 @@ Depends:
${misc:Depends},
${python3:Depends},
python3-six
+Recommends:
+ ca-certificates
Description: HTTP library with thread-safe connection pooling for Python3
urllib3 supports features left out of urllib and urllib2 libraries.
.