From 83ca8ae17b088f18474146dd63d0e14a2583df67 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Mon, 10 Sep 2012 12:34:30 +0000 Subject: Added ca-certificates to Recommends field --- debian/changelog | 6 ++++-- debian/control | 4 ++++ 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 Fri, 07 Sep 2012 13:20:20 +0200 + -- Daniele Tricoli 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. . -- cgit v1.2.3