d/watch: Use https protocol

This commit is contained in:
Ondřej Nový 2016-08-17 10:33:45 +02:00
parent 750a2ca849
commit 2b22b52170
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View file

@ -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ý <onovy@debian.org> Wed, 17 Aug 2016 10:29:28 +0200

2
debian/watch vendored
View file

@ -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)))