This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libgeotiff-dfsg.
commit f1ad5fb4d0a9bd030fba7abda1a4b5caa2b205fc Author: Bas Couwenberg <[email protected]> Date: Sun Feb 14 17:14:43 2016 +0100 Update watch file to handle common issues and other tar extensions. --- debian/changelog | 1 + debian/watch | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e6fc1b4..72658bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libgeotiff-dfsg (1.4.1-2) UNRELEASED; urgency=medium * Update Vcs-Git URL to use HTTPS. * Bump Standards-Version to 3.9.7, no changes. * Update URLs in upstream metadata to use HTTPS. + * Update watch file to handle common issues and other tar extensions. -- Bas Couwenberg <[email protected]> Sun, 14 Feb 2016 17:11:29 +0100 diff --git a/debian/watch b/debian/watch index 6b0d2b3..1126a6f 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,6 @@ -# Compulsory line, this is a version 3 file 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://download.osgeo.org/geotiff/libgeotiff/ \ -libgeotiff-([\d\.]+)\.tar\.gz +(?:.*?/)?(?:rel|v|libgeotiff)?[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeotiff-dfsg.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

