[libterm-shell-perl] 01/02: Strip trailing slash from metacpan URLs.

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


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

gregoa pushed a commit to branch master
in repository libterm-shell-perl.

commit 55cb0596797113d24f1b32b0cb18cd6ecf612618
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Feb 27 22:41:13 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 5aa76a9..1a25b58 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Ansgar Burchardt <ansgar at debian.org>,
 Build-Depends: debhelper (>> 8)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.5
-Homepage: https://metacpan.org/release/Term-Shell/
+Homepage: https://metacpan.org/release/Term-Shell
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libterm-shell-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libterm-shell-perl.git
 
diff --git a/debian/copyright b/debian/copyright
index 273bbeb..e643d79 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: Term-Shell
 Upstream-Contact: Neil Watkiss <NEILW at cpan.org>
-Source: https://metacpan.org/release/Term-Shell/
+Source: https://metacpan.org/release/Term-Shell
 
 Files: *
 Copyright: 2001, Neil Watkiss <NEILW at cpan.org>
diff --git a/debian/watch b/debian/watch
index cdd3366..4ae18d5 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-https://metacpan.org/release/Term-Shell/ .*/Term-Shell-([[:digit:]].*)\.tar\.gz
+https://metacpan.org/release/Term-Shell .*/Term-Shell-([[:digit:]].*)\.tar\.gz

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



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