This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gpsprune.
commit 80765f5b4addcc9f44d745274ac4291aa1968213 Author: Bas Couwenberg <[email protected]> Date: Mon Dec 19 07:29:05 2016 +0100 Update URLs to use HTTPS. --- debian/changelog | 1 + debian/control | 2 +- debian/copyright | 4 ++-- debian/gpsprune.1 | 2 +- debian/scripts/get-tiles.py | 2 +- debian/scripts/gpsprune | 4 ++-- debian/upstream/metadata | 6 +++--- debian/watch | 2 +- 8 files changed, 12 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3c74eb1..a7df529 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ gpsprune (18.6-1) UNRELEASED; urgency=medium * New upstream release. * Drop Debian OpenStreetMap Team from Uploaders. + * Update URLs to use HTTPS. -- Bas Couwenberg <[email protected]> Mon, 19 Dec 2016 07:21:40 +0100 diff --git a/debian/control b/debian/control index d19d354..c25b2a2 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: ant, Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/gpsprune.git Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gpsprune.git -Homepage: http://activityworkshop.net/software/gpsprune/index.html +Homepage: https://activityworkshop.net/software/gpsprune/index.html Package: gpsprune Architecture: all diff --git a/debian/copyright b/debian/copyright index 44e9ea2..7f5cd5b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: GpsPrune Upstream-Contact: activityworkshop.net <[email protected]> -Source: http://activityworkshop.net/software/gpsprune/download.html +Source: https://activityworkshop.net/software/gpsprune/download.html Files: * Copyright: 2006-2016, activityworkshop.net <[email protected]> diff --git a/debian/gpsprune.1 b/debian/gpsprune.1 index 1038854..e1c85c8 100644 --- a/debian/gpsprune.1 +++ b/debian/gpsprune.1 @@ -41,7 +41,7 @@ Manually specify a language file to use. Override the default (\fI.pruneconfig\fR) configuration file. .br .SH AUTHOR -GpsPrune was written by http://activityworkshop.net. +GpsPrune was written by https://activityworkshop.net. .PP This manual page was written by David Paleino <[email protected]>, for the Debian project (and may be used by others). diff --git a/debian/scripts/get-tiles.py b/debian/scripts/get-tiles.py index 1f2dda1..14df24e 100755 --- a/debian/scripts/get-tiles.py +++ b/debian/scripts/get-tiles.py @@ -8,7 +8,7 @@ from urllib2 import urlopen import re -base = "http://dds.cr.usgs.gov/srtm/version2_1/SRTM3/%s/" +base = "https://dds.cr.usgs.gov/srtm/version2_1/SRTM3/%s/" regions = ["Eurasia", "North_America", "Australia", "Islands", "South_America", "Africa"] for reg in regions: diff --git a/debian/scripts/gpsprune b/debian/scripts/gpsprune index 18237a2..e2ff721 100644 --- a/debian/scripts/gpsprune +++ b/debian/scripts/gpsprune @@ -2,8 +2,8 @@ PRUNEJAR=/usr/share/gpsprune/gpsprune.jar JAVA_OPTS="$JAVA_OPTS -Djava.net.preferIPv4Stack=true" -proxyhost=$(echo $http_proxy | sed -n 's?http://\([^:/]\+\).*?\1?p') -proxyport=$(echo $http_proxy | sed -n 's?http://[^:]\+:\([0-9]\+\).*?\1?p') +proxyhost=$(echo $http_proxy | sed -n 's?http[s|]://\([^:/]\+\).*?\1?p') +proxyport=$(echo $http_proxy | sed -n 's?http[s|]://[^:]\+:\([0-9]\+\).*?\1?p') if [ -z $proxyport ] ; then if [ -z $proxyhost ] ; then diff --git a/debian/upstream/metadata b/debian/upstream/metadata index 901ce97..e1a6a9f 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -1,8 +1,8 @@ --- -Bug-Database: http://sourceforge.net/p/prune-gps/bugs/ -Changelog: http://activityworkshop.net/software/gpsprune/history.html +Bug-Database: https://sourceforge.net/p/prune-gps/bugs/ +Changelog: https://activityworkshop.net/software/gpsprune/history.html Contact: activityworkshop.net <[email protected]> Name: GpsPrune Repository: https://github.com/activityworkshop/GpsPrune.git Repository-Browse: https://github.com/activityworkshop/GpsPrune -Screenshots: http://activityworkshop.net/software/gpsprune/screenshots.html +Screenshots: https://activityworkshop.net/software/gpsprune/screenshots.html diff --git a/debian/watch b/debian/watch index d48068a..c216525 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=3 opts=downloadurlmangle=s/_source/_source_debian/ \ -http://activityworkshop.net/software/gpsprune/download.html \ +https://activityworkshop.net/software/gpsprune/download.html \ gpsprune_(\d+.*)_source\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gpsprune.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

