[libxml-bare-perl] 01/02: Strip trailing slash from metacpan URLs.

gregor herrmann gregoa at debian.org
Thu Feb 27 22:10:26 UTC 2014


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

gregoa pushed a commit to branch master
in repository libxml-bare-perl.

commit 58252ea89f21ae886912a82ccd43a447d1391e6b
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Feb 27 22:42:42 2014 +0100

    Strip trailing slash from metacpan URLs.
---
 debian/control   | 2 +-
 debian/copyright | 2 +-
 debian/watch     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index a462ee8..8f51f82 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: perl,
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-bare-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-bare-perl.git
-Homepage: https://metacpan.org/release/XML-Bare/
+Homepage: https://metacpan.org/release/XML-Bare
 
 Package: libxml-bare-perl
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index e5b06ce..7121e24 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: XML-Bare
 Upstream-Contact: Nigel Metheringham <nigelm at cpan.org>
-Source: https://metacpan.org/release/XML-Bare/
+Source: https://metacpan.org/release/XML-Bare
 
 Files: *
 Copyright: 2008-2013, David Helkowski <cpan at codechild.com>
diff --git a/debian/watch b/debian/watch
index bad53cc..a9ae202 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 # format version number, currently 3; this line is compulsory!
 version=3
 # URL to the package page followed by a regex to search
-https://metacpan.org/release/XML-Bare/ .*/XML-Bare-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ 
+https://metacpan.org/release/XML-Bare .*/XML-Bare-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/libxml-bare-perl.git



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