This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository hdf4.
commit 5b219cc1d50a3793d73c1abdd90f351ff5bcc70f Author: Bas Couwenberg <[email protected]> Date: Wed Jan 10 16:33:46 2018 +0100 Update watch file to use HTTPS URL. --- debian/changelog | 1 + debian/copyright | 2 +- debian/watch | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 39cf879..0a44111 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libhdf4 (4.2.13-2~exp3) UNRELEASED; urgency=medium * Team upload. * Strip trailing whitespace from changelog. * Bump Standards-Version to 4.1.3, no changes. + * Update watch file to use HTTPS URL. -- Bas Couwenberg <[email protected]> Wed, 15 Nov 2017 21:55:41 +0100 diff --git a/debian/copyright b/debian/copyright index a240c83..f1cdca9 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: HDF4 Upstream-Contact: HDF Group <[email protected]> -Source: http://www.hdfgroup.org/ftp/HDF/HDF_Current/src/ +Source: https://support.hdfgroup.org/ftp/HDF/HDF_Current/src/ Files: * Copyright: 2006-2016, The HDF Group diff --git a/debian/watch b/debian/watch index ee25d1f..8402cf3 100644 --- a/debian/watch +++ b/debian/watch @@ -2,5 +2,5 @@ version=3 opts=\ dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/ \ -http://www.hdfgroup.org/ftp/HDF/HDF_Current/src/ \ +https://support.hdfgroup.org/ftp/HDF/HDF_Current/src/ \ (?:.*?/)?(?:rel|v|hdf)?[\-\_]?(\d\S+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf4.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

