[libmodule-build-perl] 01/02: Strip trailing slash from metacpan URLs.

gregor herrmann gregoa at debian.org
Thu Feb 27 21:59:52 UTC 2014


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

gregoa pushed a commit to branch master
in repository libmodule-build-perl.

commit 3f9720f03b2d0eced06195b83d16e87e4e1ade12
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Feb 27 22:37:54 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 ac281ac..b067c06 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Uploaders: Jay Bonci <jaybonci at debian.org>,
            Jonathan Yu <jawnsy at cpan.org>,
            Florian Schlichting <fsfs at debian.org>
 Standards-Version: 3.9.5
-Homepage: https://metacpan.org/release/Module-Build/
+Homepage: https://metacpan.org/release/Module-Build
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-build-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-build-perl.git
 
diff --git a/debian/copyright b/debian/copyright
index 9a080d2..2bf9392 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Contact: Module-Build mailing list <module-build at perl.org>
-Source: https://metacpan.org/release/Module-Build/
+Source: https://metacpan.org/release/Module-Build
 Upstream-Name: Module-Build
 
 Files: *
diff --git a/debian/watch b/debian/watch
index 76242d6..4beb281 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 opts="uversionmangle=s/(\.\d\d)$/${1}0000/; s/(\.\d\d\d)$/${1}000/; s/(\.\d\d\d\d)$/${1}00/; s/(\.\d\d\d\d\d)$/${1}0/" \
-https://metacpan.org/release/Module-Build/    .*/Module-Build-v?(\d[\d.]*)\.tar\.gz
+https://metacpan.org/release/Module-Build    .*/Module-Build-v?(\d[\d.]*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-build-perl.git



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