diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-04-10 19:07:42 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-04-10 19:07:42 +0200 |
commit | e0d8f40d017aada88b5c6fce463a838e5efadad3 (patch) | |
tree | 2cd1c205a36eaba83350eafdba108bdf01b97113 | |
parent | eca17835c916e9b3c23cabd03441d161d16ba602 (diff) |
d/watch: bump version to 4
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/watch | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index ddd8728..a29dfb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ scons-doc (2.5.0+repack-1) UNRELEASED; urgency=medium - Add Build-Depends-Indep openjdk-8-jre. * debian/control: - Bump Standards-Version to 3.9.7 (no changes required). + - Use secure URIs. + * debian/watch: + - bump version to 4 (no changes required). -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 10 Apr 2016 18:20:46 +0200 diff --git a/debian/control b/debian/control index 0f3f108..b8b2fe0 100644 --- a/debian/control +++ b/debian/control @@ -15,9 +15,9 @@ Build-Depends-Indep: python-libxml2, python-libxslt1 Standards-Version: 3.9.7 -Homepage: http://www.scons.org/ -Vcs-Git: git://anonscm.debian.org/collab-maint/scons-doc.git -Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/scons-doc.git +Homepage: https://www.scons.org/ +Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/scons-doc.git +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/scons-doc.git Package: scons-doc Architecture: all diff --git a/debian/watch b/debian/watch index b9b669c..576fbc6 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ -version=3 +version=4 opts=dversionmangle=s/\+repack(.*)// \ http://sf.net/scons/scons-src-(\d\S*)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian debian/repack.sh |