[libtest-differences-perl] 01/02: Strip trailing slash from metacpan URLs.

gregor herrmann gregoa at debian.org
Thu Feb 27 22:07:49 UTC 2014


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

gregoa pushed a commit to branch master
in repository libtest-differences-perl.

commit 701d82c73bb55ef5cae2fa78f25fb60c83b22bc4
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Feb 27 22:41:24 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 17da0b7..c5dcaf4 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends-Indep: debhelper (>= 8), perl (>= 5.13.0),
  libtest-pod-coverage-perl,
  libtest-pod-perl
 Standards-Version: 3.9.2
-Homepage: https://metacpan.org/release/Test-Differences/
+Homepage: https://metacpan.org/release/Test-Differences
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-differences-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-differences-perl.git
 
diff --git a/debian/copyright b/debian/copyright
index e9c7935..17e4860 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: Test-Differences
 Upstream-Contact: Curtis "Ovid" Poe <ovid at cpan.org>
-Source: https://metacpan.org/release/Test-Differences/
+Source: https://metacpan.org/release/Test-Differences
 
 Files: *
 Copyright:
diff --git a/debian/watch b/debian/watch
index 09837e3..5a8ad56 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 opts=uversionmangle=s/\.(\d\d)(\d?\d)$/.$1.$2/ \
-https://metacpan.org/release/Test-Differences/ .*/Test-Differences-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/Test-Differences .*/Test-Differences-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/libtest-differences-perl.git



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