[libnet-tclink-perl] 01/02: Strip trailing slash from metacpan URLs.

gregor herrmann gregoa at debian.org
Thu Feb 27 22:02:50 UTC 2014


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

gregoa pushed a commit to branch master
in repository libnet-tclink-perl.

commit 03d2cdf4208961de4b833b250bcd5326da802e77
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Feb 27 22:39:02 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 e5be7d5..fd09049 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9.20120312),
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-tclink-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-tclink-perl.git
-Homepage: https://metacpan.org/release/Net-TCLink/
+Homepage: https://metacpan.org/release/Net-TCLink
 
 Package: libnet-tclink-perl
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index ed8c66d..0539c68 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Net-TCLink
-Source: https://metacpan.org/release/Net-TCLink/
+Source: https://metacpan.org/release/Net-TCLink
 Upstream-Contact: Dan Helfman <dan at trustcommerce.com>
 
 Files: *
diff --git a/debian/watch b/debian/watch
index b4a4487..1d07757 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
 # Replace X.X by X.X.0
 opts="uversionmangle=s/^(\d+\.\d+)$/${1}\.0/" \
-https://metacpan.org/release/Net_TCLink/   .*/Net_TCLink.pm-?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/Net_TCLink   .*/Net_TCLink.pm-?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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



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