[libmarc-perl] 01/02: Use the standard regex for matching upstream versions

Daniel Lintott dlintott-guest at moszumanska.debian.org
Thu Apr 24 18:24:37 UTC 2014


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

dlintott-guest pushed a commit to branch master
in repository libmarc-perl.

commit 5881e0b92e5e2b306f7c8a98a8affc23ecf95d2e
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Thu Apr 24 19:23:11 2014 +0100

    Use the standard regex for matching upstream versions
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 140810c..c2d4abf 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-https://metacpan.org/release/MARC .*/MARC-([[:digit:]].*)\.tar\.gz
+https://metacpan.org/release/MARC .*/MARC-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/libmarc-perl.git



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