summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorOndřej Nový <onovy@debian.org>2018-02-15 08:36:56 +0100
committerOndřej Nový <onovy@debian.org>2018-02-15 08:36:56 +0100
commit09c6b2b84ed14658cabf37f1176ae19aca0415a8 (patch)
tree5d71c0e2b5682cec10469902c6fa7abf04500d9d /debian
parent614778e987ce797dc1f0debe37841078be09bf37 (diff)
d/watch: Use https protocol
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/watch2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 99d6c03..fd4cd8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
python-tblib (1.3.2-3) UNRELEASED; urgency=medium
* d/copyright: Use https protocol in Format field
+ * d/watch: Use https protocol
-- Ondřej Nový <onovy@debian.org> Thu, 15 Feb 2018 08:36:55 +0100
diff --git a/debian/watch b/debian/watch
index 25cb009..ccffbbf 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/tblib/tblib-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://pypi.debian.net/tblib/tblib-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))