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

gregor herrmann gregoa at debian.org
Thu Feb 27 22:08:37 UTC 2014


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

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

commit 7df0e03bc496f32eff30a3a183c2e7f3f2270385
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Feb 27 22:41:45 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 b807a90..0dadd66 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9.20120312),
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-taint-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-taint-perl.git
-Homepage: https://metacpan.org/release/Test-Taint/
+Homepage: https://metacpan.org/release/Test-Taint
 
 Package: libtest-taint-perl
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index 0a2b62e..5bb3a52 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-Taint
 Upstream-Contact: Andy Lester
-Source: https://metacpan.org/release/Test-Taint/
+Source: https://metacpan.org/release/Test-Taint
 
 Files: *
 Copyright: 2004, Andy Lester <andy at petdance.com>
diff --git a/debian/watch b/debian/watch
index 37617f4..5921933 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/Test-Taint/   .*/Test-Taint-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/Test-Taint   .*/Test-Taint-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-taint-perl.git



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