This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository ciderwebmail.
commit 5c37b0e358c0ccea998267ccdf0152593e61d9b9 Author: Jonas Smedegaard <[email protected]> Date: Thu Sep 21 09:35:35 2017 +0200 Update watch file: Fix use project-custom release prefix. Fix use uversiomangle (not dversionmangle) for prerelease suffix. Use substitution strings. --- debian/watch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/watch b/debian/watch index 29a738d..cbc37c9 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,5 @@ # run "uscan --report" to check or "gpb import-orig --uscan" to update version=4 -opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%,dversionmangle=s/~(alpha|beta|rc)/-$1/" \ +opts="filenamemangle=s%(?:.*?)?release(@ANY_VERSION@@ARCHIVE_EXT@)%@PACKAGE@-$1%,uversionmangle=s/-(alpha|beta|rc)/~$1/" \ https://github.com/CiderWebmail/CiderWebmail/tags \ - (?:.*?/)?(?:release-)?v?(\d[\d.]*)\.tar\.gz debian + (?:.*?/)?release@ANY_VERSION@@ARCHIVE_EXT@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ciderwebmail.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
