From 66e56bfe00f201b1793bf913328340a4b333a954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Thu, 15 Feb 2018 08:52:35 +0100 Subject: [PATCH 1/2] d/copyright: Use https protocol in Format field --- debian/changelog | 6 ++++++ debian/copyright | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4b78ba5d..a7208022 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-botocore (1.8.40+repack-2) UNRELEASED; urgency=medium + + * d/copyright: Use https protocol in Format field + + -- Ondřej Nový Thu, 15 Feb 2018 08:52:34 +0100 + python-botocore (1.8.40+repack-1) unstable; urgency=medium * New upstream version 1.8.40+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 From 0784551faea9f8ee57436a8cd55bd7e4e6d43c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Thu, 15 Feb 2018 08:52:35 +0100 Subject: [PATCH 2/2] d/watch: Use https protocol --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a7208022..45e611fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-botocore (1.8.40+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 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