[libtest-assertions-perl] 01/02: Strip trailing slash from metacpan URLs.
gregor herrmann
gregoa at debian.org
Thu Feb 27 22:07:35 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libtest-assertions-perl.
commit 4def92015224c2fe248b7268a4abc1acef43d1ca
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Feb 27 22:41:17 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 9de6e08..7c0041e 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends-Indep: perl,
Standards-Version: 3.8.0
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-assertions-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-assertions-perl.git
-Homepage: https://metacpan.org/release/Test-Assertions/
+Homepage: https://metacpan.org/release/Test-Assertions
Package: libtest-assertions-perl
Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 99cc78e..bba7c15 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-Assertions
Upstream-Contact: BBC <cpan _at_ bbc _dot_ co _dot_ uk>
-Source: https://metacpan.org/release/Test-Assertions/
+Source: https://metacpan.org/release/Test-Assertions
Upstream-Authors: John Alden with additions from Piers Kent and Simon Flack <cpan at bbc.co.uk>
Files: *
diff --git a/debian/watch b/debian/watch
index d806ef9..115432e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
# format version number, currently 3; this line is compulsory!
version=3
-https://metacpan.org/release/Test-Assertions/ .*/Test-Assertions-([\.\d]+)\.(?:tar\.gz|tar|tgz)$
+https://metacpan.org/release/Test-Assertions .*/Test-Assertions-([\.\d]+)\.(?:tar\.gz|tar|tgz)$
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-assertions-perl.git
More information about the Pkg-perl-cvs-commits
mailing list