This is an automated email from the git hooks/post-receive script. dod pushed a commit to branch master in repository libjira-client-automated-perl.
commit 8492bb54121076f2eccc31b0e65ff17b10e26da6 Author: Dominique Dumont <[email protected]> Date: Sun Jul 5 18:58:36 2015 +0200 watch: mangle upstream version to add a trailing 0... upstream went from version 1.05 to 1.1. This is seen as a lower version by uscan, hence the mangling that append a 0 to version like 1.1 -> 1.10 --- debian/watch | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/watch b/debian/watch index 4002952..80f867e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ version=3 +opts="uversionmangle=s/\.\d$/$&0/;" \ https://metacpan.org/release/JIRA-Client-Automated .*/JIRA-Client-Automated-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libjira-client-automated-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
