diff --git a/debian/changelog b/debian/changelog index cbf8940..dae5ad7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ python-click (6.6-2) UNRELEASED; urgency=medium * Enabled autopkgtest-pkg-python testsuite * Standards-Version is 3.9.8 now (no changes needed) + * d/watch: Use https protocol -- Ondřej Nový Wed, 17 Aug 2016 10:29:28 +0200 diff --git a/debian/watch b/debian/watch index be07f48..c34f332 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ -http://pypi.debian.net/click/click-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +https://pypi.debian.net/click/click-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))