This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository osmcoastline.
commit 99c4bf45087dc53e0e1aa408643c80e34ca6f807 Author: Bas Couwenberg <[email protected]> Date: Tue Jun 23 22:50:42 2015 +0200 Use multi-line watch file without quotes. --- debian/watch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/watch b/debian/watch index 66808e2..ea437ba 100644 --- a/debian/watch +++ b/debian/watch @@ -1,6 +1,7 @@ version=3 -opts="dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ +opts=\ +dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\ -filenamemangle=s/(?:.*)?v(\d[\d\.]*)\.tar\.gz/osmcoastline-$1.tar.gz/" \ +filenamemangle=s/(?:.*)?v(\d[\d\.]*)\.tar\.gz/osmcoastline-$1.tar.gz/ \ https://github.com/osmcode/osmcoastline/releases \ (?:.*/)?(?:rel|v|osmcoastline)[\-\_]?(\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/osmcoastline.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

