[libapp-repl-perl] 01/02: Strip trailing slash from metacpan URLs.

gregor herrmann gregoa at debian.org
Thu Feb 27 21:49:53 UTC 2014


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

gregoa pushed a commit to branch master
in repository libapp-repl-perl.

commit 7353a86bc118c1955eab2f6cc0b13f0ca47053e9
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Feb 27 22:32:19 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 6ab61bc..7236b8f 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends-Indep: libpadwalker-perl,
 Standards-Version: 3.9.1
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapp-repl-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapp-repl-perl.git
-Homepage: https://metacpan.org/release/App-REPL/
+Homepage: https://metacpan.org/release/App-REPL
 
 Package: libapp-repl-perl
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index ca445a4..906c0f3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135
 Maintainer: Julian Fondren, <ayrnieu at cpan.org>
-Source: https://metacpan.org/release/App-REPL/
+Source: https://metacpan.org/release/App-REPL
 Name: App-REPL
 
 Files: *
diff --git a/debian/watch b/debian/watch
index 46e4aba..8b4833d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-https://metacpan.org/release/App-REPL/   .*/App-REPL-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/App-REPL   .*/App-REPL-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/libapp-repl-perl.git



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