diff --git a/debian/changelog b/debian/changelog index 21e92574..df967273 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-botocore (1.8.48+repack-2) UNRELEASED; urgency=medium + + * d/copyright: Use https protocol in Format field + * d/watch: Use https protocol + + -- Ondřej Nový Thu, 15 Feb 2018 08:52:34 +0100 + python-botocore (1.8.48+repack-1) unstable; urgency=medium * New upstream version 1.8.48+repack diff --git a/debian/copyright b/debian/copyright index 92bf8f87..136eab41 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-botocore Source: https://pypi.python.org/pypi/botocore Files-Excluded: botocore/vendored diff --git a/debian/watch b/debian/watch index 833d717d..1f3f707b 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 opts="repacksuffix=+repack,dversionmangle=s/\+repack//g,repack,compression=xz" \ -http://pypi.debian.net/botocore/botocore-(.*).tar.gz +https://pypi.debian.net/botocore/botocore-(.*).tar.gz