[liblog-report-perl] 01/02: debian/watch: only zero-pad versions starting with 0.

gregor herrmann gregoa at debian.org
Tue May 13 18:49:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository liblog-report-perl.

commit 7d94fbea89af31775421c6c34bd78c0987f29d59
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue May 13 20:49:09 2014 +0200

    debian/watch: only zero-pad versions starting with 0.
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index b116c36..ca7cd00 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-opts="uversionmangle=s/\.\d{2}$/$&0/" \
+opts="uversionmangle=s/0\.\d{2}$/$&0/" \
 	https://metacpan.org/release/Log-Report   .*/Log-Report-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/liblog-report-perl.git



More information about the Pkg-perl-cvs-commits mailing list