This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository saga.
commit 30055eaba9826154797e50cf7604432f8f98cfbd Author: Bas Couwenberg <[email protected]> Date: Fri Mar 4 16:00:56 2016 +0100 Update watch file to handle common issues. --- debian/changelog | 4 ++++ debian/watch | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4e430a4..7330809 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ saga (2.2.5-1) UNRELEASED; urgency=medium + [ Johan Van de Wauw ] * Imported Upstream version 2.2.5 + [ Bas Couwenberg ] + * Update watch file to handle common issues. + -- Johan Van de Wauw <Johan Van de Wauw [email protected]> Fri, 04 Mar 2016 17:34:50 +0100 saga (2.2.4+dfsg-1) unstable; urgency=medium diff --git a/debian/watch b/debian/watch index 222a4b7..5af8d66 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,7 @@ version=3 -opts=dversionmangle=s/\+dfsg//,repacksuffix=+dfsg \ -http://sf.net/saga-gis/saga[_-](\d\.\d\.\d).tar\.gz +opts=\ +dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/,\ +repacksuffix=+dfsg \ +http://sf.net/saga-gis/ \ +saga[_-]?(\d+\.\d+\.\d+(?:[_\.\-\+]?(?:(?:RC|rc|pre|dev|beta|alpha)\d*)?)?)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/saga.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

