diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-04-10 17:27:56 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-04-10 17:27:56 +0200 |
commit | 578e8408cf62c33235961c75c8ef554718b3e75f (patch) | |
tree | d0fd091927a1aee01239c9413f913576e8fd216f /debian | |
parent | 37922e35ef00653068d2957e22f53af04fe545de (diff) |
Use secure URIs
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 7806e26..8ce8c4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ scons (2.5.0-1) UNRELEASED; urgency=medium * debian/copyright: Add year 2016 to debian/* and debian/patches/*. * debian/control: - Bump Standards-Version to 3.9.7 (no changes required). + - Use secure URIs. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 31 Jan 2016 20:40:03 +0100 diff --git a/debian/control b/debian/control index 8f95880..5638563 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,9 @@ Build-Depends: python (>= 2.7~) Standards-Version: 3.9.7 X-Python-Version: >= 2.7 -Homepage: http://www.scons.org/ -Vcs-Git: git://anonscm.debian.org/collab-maint/scons.git -Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/scons.git +Homepage: https://www.scons.org/ +Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/scons.git +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/scons.git Package: scons Architecture: all |