This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository otb.
commit cff0e052f71737ed9a7aefe77b303bdc4c4a0d1a Author: Bas Couwenberg <[email protected]> Date: Fri Sep 4 00:42:31 2015 +0200 Update watch file to handle common issues. --- debian/watch | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/watch b/debian/watch index e47e9c2..45c7343 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,7 @@ version=3 -opts=dversionmangle=s/\+dfsg//,repacksuffix=+dfsg \ -http://sf.net/orfeo-toolbox/OTB-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +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/orfeo-toolbox/ \ +OTB-(\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/otb.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

