This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-pdal.
commit 3f39497c46dba84209e504e5254fc875677910ab Author: Bas Couwenberg <[email protected]> Date: Mon Oct 23 13:11:05 2017 +0200 Update watch file to use HTTPS URL. --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0858c0a..30c3f10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ python-pdal (1.6.0+ds-1) UNRELEASED; urgency=medium * New upstream release. * Bump Standards-Version to 4.1.1, no changes. + * Update watch file to use HTTPS URL. -- Bas Couwenberg <[email protected]> Mon, 23 Oct 2017 12:25:22 +0200 diff --git a/debian/watch b/debian/watch index b4171d1..c371c90 100644 --- a/debian/watch +++ b/debian/watch @@ -3,5 +3,5 @@ opts=\ dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/,\ repacksuffix=+ds \ -http://pypi.debian.net/PDAL/ \ +https://pypi.debian.net/PDAL/ \ PDAL-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-pdal.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

