[Python-modules-commits] [python-demjson] 09/10: Use HTTPS in d/watch.
Mattia Rizzolo
mattia at debian.org
Mon Dec 18 11:14:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository python-demjson.
commit 0aee91789f24082aa679d372b5b1a1cd9b5db81e
Author: Mattia Rizzolo <mattia at debian.org>
Date: Mon Dec 18 12:12:21 2017 +0100
Use HTTPS in d/watch.
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
debian/changelog | 1 +
debian/watch | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ee85b45..8983428 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ python-demjson (2.2.4-2) UNRELEASED; urgency=medium
* Force use of python3 for jsonlint-py3 in python3-demjson.
This avoid having the python3 package depending on python2.
Thanks to Paul Wise for spotting this weirdness.
+ * Use HTTPS in d/watch.
-- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 21:58:33 +0200
diff --git a/debian/watch b/debian/watch
index 173a44f..e321617 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,2 @@
-# Compulsory line, this is a version 3 file
version=3
-http://pypi.debian.net/demjson/demjson-(.*).tar.gz
+https://pypi.debian.net/demjson/demjson-(.*).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-demjson.git
More information about the Python-modules-commits
mailing list