[libcrypt-openssl-x509-perl] 01/06: Adjust regexp in uversionmangle for debian/watch

Salvatore Bonaccorso carnil at debian.org
Thu Aug 15 10:13:38 UTC 2013


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

carnil pushed a commit to branch master
in repository libcrypt-openssl-x509-perl.

commit 2ee8ac513e1211dcec051212528f95c4bdf90b8a
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Aug 15 11:44:26 2013 +0200

    Adjust regexp in uversionmangle for debian/watch
    
    Upstream has slightly changed gain the versioning scheme upstream, where
    the 1.803 tarball corresponds to version 1.8.3.
---
 debian/watch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index c35e0da..0773ac1 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 # format version number, currently 3; this line is compulsory!
 version=3
-opts=uversionmangle=s/^(\d+)\.(\d)00\.(\d+)$/$1.$2.$3/ \
+opts=uversionmangle=s/^(\d+)\.(\d)0(\d+)$/$1.$2.$3/ \
 https://metacpan.org/release/Crypt-OpenSSL-X509/ .*/Crypt-OpenSSL-X509-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/libcrypt-openssl-x509-perl.git



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