[Python-modules-commits] [python-stdnum] 04/05: Switch URLs to HTTPS

Arthur de Jong adejong at moszumanska.debian.org
Tue Apr 11 21:04:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

adejong pushed a commit to branch master
in repository python-stdnum.

commit 9e94e5b467f5e4d0ce221039c8d4b692dd2c4477
Author: Arthur de Jong <adejong at debian.org>
Date:   Tue Apr 11 22:47:12 2017 +0200

    Switch URLs to HTTPS
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 debian/copyright | 2 +-
 debian/rules     | 2 +-
 debian/watch     | 2 +-
 5 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 962077d..51f11ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,8 +14,9 @@ python-stdnum (1.6-1) UNRELEASED; urgency=medium
     - updates to U.S. Employer Identification Number (thanks Greg Kuwaye)
     - various minor improvements
   * Update debian/copyright
+  * Switch URLs to HTTPS
 
- -- Arthur de Jong <adejong at debian.org>  Tue, 11 Apr 2017 22:44:26 +0200
+ -- Arthur de Jong <adejong at debian.org>  Tue, 11 Apr 2017 22:46:51 +0200
 
 python-stdnum (1.5-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index ca7e597..86c4194 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-10~),
                python-sphinx (>= 1.0.7+dfsg)
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.0
-Homepage: http://arthurdejong.org/python-stdnum/
+Homepage: https://arthurdejong.org/python-stdnum/
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-stdnum.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-stdnum.git
 
diff --git a/debian/copyright b/debian/copyright
index 27fb2d2..a8498d0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: python-stdnum
 Upstream-Contact: Arthur de Jong <arthur at arthurdejong.org>
-Source: http://arthurdejong.org/python-stdnum
+Source: https://arthurdejong.org/python-stdnum
 
 Files: *
 Copyright: Copyright (C) 2008-2011 B2CK
diff --git a/debian/rules b/debian/rules
index 469a435..5b4cab6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 # Explicitly set LC_ALL (LC_CTYPE isn't enough) to ensure Python3
 # generates UTF-8 files by default. This should no longer be needed when
-# distutils is fixed, see http://bugs.python.org/issue9561
+# distutils is fixed, see https://bugs.python.org/issue9561
 export LC_ALL=C.UTF-8
 
 export PYBUILD_NAME = stdnum
diff --git a/debian/watch b/debian/watch
index e5cc657..d93c2d5 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 opts=pgpsigurlmangle=s/$/.sig/ \
-http://arthurdejong.org/python-stdnum/python-stdnum-(\d+)\.(\d+)\.tar\.gz
+https://arthurdejong.org/python-stdnum/python-stdnum-(\d+)\.(\d+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-stdnum.git



More information about the Python-modules-commits mailing list