This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository osmium-tool.
commit 1cf8a8135720f00d38e7761c707af7859f2badb5 Author: Bas Couwenberg <[email protected]> Date: Wed Jun 1 14:33:54 2016 +0200 Update watch file to handle more tag conventions in filenamemangle. --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7743c3d..53608cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ osmium-tool (1.3.0-2) UNRELEASED; urgency=medium * Update Vcs-Git URL to use HTTPS. * Bump Standards-Version to 3.9.7, no changes. + * Update watch file to handle more tag conventions in filenamemangle. -- Bas Couwenberg <[email protected]> Tue, 16 Feb 2016 23:27:41 +0100 diff --git a/debian/watch b/debian/watch index 7779d29..61f631c 100644 --- a/debian/watch +++ b/debian/watch @@ -2,6 +2,6 @@ version=3 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\.]*)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/osmium-tool-$1.$2/ \ +filenamemangle=s/(?:.*\/)?(?:rel|v|osmium-tool)[\-\_]?(\d[\d\-\.]*)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/osmium-tool-$1.$2/ \ https://github.com/osmcode/osmium-tool/releases \ (?:.*/)?(?:rel|v|osmium-tool)[\-\_]?(\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/osmium-tool.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

