diff options
-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 |