This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gosmore.
commit 95b3769b9c010451ae23df2a00710b0370f12c3a Author: Bas Couwenberg <[email protected]> Date: Sat May 7 13:10:28 2016 +0200 Update openstreetmap.org URLs to use HTTPS. --- debian/changelog | 1 + debian/control | 2 +- debian/copyright | 2 +- debian/rules | 2 +- debian/upstream/metadata | 5 ++--- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index b23bf29..58582d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,7 @@ gosmore (0.0.0.svn30327-1) UNRELEASED; urgency=medium - Update Files section for ConvertUTF files moved to jni directory - Use standalone license paragraphs * Drop curl_types.h patch, fixed upstream. Refresh remaining patches. + * Update openstreetmap.org URLs to use HTTPS. -- Bas Couwenberg <[email protected]> Sat, 07 May 2016 11:54:49 +0200 diff --git a/debian/control b/debian/control index a59f35a..97977b5 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9), Standards-Version: 3.9.2 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/gosmore.git Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gosmore.git -Homepage: http://wiki.openstreetmap.org/index.php/Gosmore +Homepage: https://wiki.openstreetmap.org/wiki/Gosmore Package: gosmore Architecture: any diff --git a/debian/copyright b/debian/copyright index fe991a5..ab35f39 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: Gosmore Upstream-Contact: Nic Roets <[email protected]> -Source: http://sourceforge.net/projects/gosmore/ +Source: https://svn.openstreetmap.org/applications/rendering/gosmore/ Files: * Copyright: 2010-2011, 2015, Nic Roets <[email protected]> diff --git a/debian/rules b/debian/rules index 3a653da..e2994ff 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all #CFLAGS := -DRES_DIR='\"/usr/share/gosmore/\"' -SVNREPO := http://svn.openstreetmap.org/applications/rendering/gosmore +SVNREPO := https://svn.openstreetmap.org/applications/rendering/gosmore SVNREV := 30327 %: diff --git a/debian/upstream/metadata b/debian/upstream/metadata index 8ac974e..037a90f 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -1,5 +1,4 @@ +Bug-Database: https://trac.openstreetmap.org/report/ Name: Gosmore -Homepage: http://wiki.openstreetmap.org/wiki/Gosmore -Repository: http://svn.openstreetmap.org/applications/rendering/gosmore/ +Repository: https://svn.openstreetmap.org/applications/rendering/gosmore/ Repository-Browse: https://trac.openstreetmap.org/browser/subversion/applications/rendering/gosmore -Bug-Database: https://trac.openstreetmap.org/report/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gosmore.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

