diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-09-11 06:44:57 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-09-11 06:44:57 +0200 |
commit | 13b83f7e2c4b125fb61f0523b1e4a7d4c9bbbb30 (patch) | |
tree | ca4474f6e7d6ad811deef7b46e5ea49aceb219dc | |
parent | ca21bc0271992e092b0e478c62c3f37381a03dad (diff) |
d/control: use http for the homepage
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d18cab2..d73938d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +scons (2.5.0-2) UNRELEASED; urgency=medium + + * debian/control: + - Use http instead of https for the homepage. + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 11 Sep 2016 06:40:10 +0200 + scons (2.5.0-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 5638563..a66f8c8 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: python (>= 2.7~) Standards-Version: 3.9.7 X-Python-Version: >= 2.7 -Homepage: https://www.scons.org/ +Homepage: http://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 |