This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository josm.
commit 98cb1bd614b8671d318d9fb06f777c58d0431669 Author: Bas Couwenberg <[email protected]> Date: Fri Oct 9 23:46:21 2015 +0200 Update watch file and SVN URLs to use HTTPS. --- debian/changelog | 1 + debian/control | 2 +- debian/copyright | 4 ++-- debian/rules | 4 ++-- debian/upstream/metadata | 12 ++++++------ debian/watch | 2 +- 6 files changed, 13 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index a177be0..2e40b1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ josm (0.0.svn8800+dfsg2-1) UNRELEASED; urgency=medium * Use desktop file in favor of menu file per CTTE #741573. * Install logo per Icon Theme Specification. * Enable parallel builds. + * Update watch file and SVN URLs to use HTTPS. -- Bas Couwenberg <[email protected]> Fri, 09 Oct 2015 15:24:23 +0200 diff --git a/debian/control b/debian/control index cf83184..c7757f8 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Build-Depends: debhelper (>= 9~), Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/josm.git Vcs-Git: git://anonscm.debian.org/pkg-grass/josm.git -Homepage: http://josm.openstreetmap.de +Homepage: https://josm.openstreetmap.de Package: josm Architecture: all diff --git a/debian/copyright b/debian/copyright index bba9901..6443e20 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: JOSM Upstream-Contact: JOSM Developers <[email protected]> -Source: http://josm.openstreetmap.de/svn/trunk +Source: https://josm.openstreetmap.de/svn/trunk Comment: JOSM, and all its integral parts, are released under GPL-2+. . The JOSM repository contains files licensed under Apache-2.0 @@ -55,7 +55,7 @@ Comment: JOSM was originally designed and coded by Immanuel Scholz, Dirk Stöcker . Many minor contributions and patches by others; see SVN history - at http://josm.openstreetmap.de/svn/ for details. Use + at https://josm.openstreetmap.de/svn/ for details. Use "josm-dev AT openstreetmap.org" to contact still active authors. . Copyright rests with the contributors. diff --git a/debian/rules b/debian/rules index c8e1165..2e5dc7a 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,8 @@ export JAVA_HOME=/usr/lib/jvm/default-java export CLASSPATH=/usr/share/java/gettext-commons.jar:/usr/share/java/metadata-extractor.jar:/usr/share/java/signpost-core.jar:/usr/share/java/jmapviewer.jar:/usr/share/java/json.jar -SVNREPO := http://josm.openstreetmap.de/svn/trunk -SVNI18NREPO := http://svn.openstreetmap.org/applications/editors/josm/i18n/ +SVNREPO := https://josm.openstreetmap.de/svn/trunk +SVNI18NREPO := https://svn.openstreetmap.org/applications/editors/josm/i18n/ DATE := $(shell date +%Y%m%d) ifdef SVNREV diff --git a/debian/upstream/metadata b/debian/upstream/metadata index f653c32..51ddee9 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -1,9 +1,9 @@ --- -Bug-Database: http://josm.openstreetmap.de/report -Bug-Submit: http://josm.openstreetmap.de/newticket -Changelog: http://josm.openstreetmap.de/log/josm/?verbose=on +Bug-Database: https://josm.openstreetmap.de/report +Bug-Submit: https://josm.openstreetmap.de/newticket +Changelog: https://josm.openstreetmap.de/log/josm/?verbose=on Contact: JOSM Developers <[email protected]> Name: JOSM -Registration: http://josm.openstreetmap.de/register -Repository: http://josm.openstreetmap.de/svn/ -Repository-Browse: http://josm.openstreetmap.de/browser +Registration: https://josm.openstreetmap.de/register +Repository: https://josm.openstreetmap.de/svn/ +Repository-Browse: https://josm.openstreetmap.de/browser diff --git a/debian/watch b/debian/watch index 70d97b4..8191e69 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=3 opts=dversionmangle=s/0\.0\.svn([\d]+)\+dfsg.*/$1/ \ -http://pkg-grass.alioth.debian.org/josmredir.php \ +https://pkg-grass.alioth.debian.org/josmredir.php \ /josmredir\.php\?rev=(\d+) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

