diff options
| -rw-r--r-- | debian/changelog | 16 | ||||
| -rw-r--r-- | debian/control | 4 | ||||
| -rw-r--r-- | debian/watch | 2 |
3 files changed, 19 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index a96a22f..0146035 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +ndg-httpsclient (0.5.1-4) unstable; urgency=medium + + [ Ondřej Nový ] + * d/copyright: Use https protocol in Format field + * d/watch: Use https protocol + + -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 12 Sep 2019 22:26:22 +0200 + +ndg-httpsclient (0.5.1-3) unstable; urgency=medium + + * Fix typo in breaks/replaces relationship that prevented smooth upgrades + Closes: #939596. + - thanks a lot to Axel Beckert <abe@debian.org> for the report! + + -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 12 Sep 2019 22:23:05 +0200 + ndg-httpsclient (0.5.1-2) unstable; urgency=medium * Bump copyright years diff --git a/debian/control b/debian/control index 1586d2d..b0bad96 100644 --- a/debian/control +++ b/debian/control @@ -19,8 +19,8 @@ Vcs-Git: https://salsa.debian.org/debian/ndg-httpsclient.git Vcs-Browser: https://salsa.debian.org/debian/ndg-httpsclient.git Package: python3-ndg-httpsclient -Breaks: python-ndg-httpsclient (<<0.5.1-1) -Replaces: python-ndg-httpsclient (<<0.5.1-1) +Breaks: python-ndg-httpsclient (<<0.5.1-2) +Replaces: python-ndg-httpsclient (<<0.5.1-2) Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: enhanced HTTPS support for httplib and urllib2 using PyOpenSSL for Python3 diff --git a/debian/watch b/debian/watch index 9e5bd57..aa42943 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ -http://pypi.debian.net/ndg-httpsclient/ndg_httpsclient-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +https://pypi.debian.net/ndg-httpsclient/ndg_httpsclient-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) |
