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

gregor herrmann gregoa at debian.org
Thu Feb 27 22:04:59 UTC 2014


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

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

commit 68a7eebfdb0a32b469ce17845a1e2a580c9929dd
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Feb 27 22:39:58 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 5aea8aa..f051b0a 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
  gregor herrmann <gregoa at debian.org>,
  Alessandro Ghedini <ghedo at debian.org>, Florian Schlichting <fsfs at debian.org>
 Standards-Version: 3.9.5
-Homepage: https://metacpan.org/release/POE/
+Homepage: https://metacpan.org/release/POE
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpoe-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-perl.git
 
diff --git a/debian/copyright b/debian/copyright
index d8a87de..961be57 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: POE
 Upstream-Contact: Rocco Caputo <rcaputo at cpan.org>
-Source: https://metacpan.org/release/POE/
+Source: https://metacpan.org/release/POE
 
 Files: *
 Copyright: 1998-2013, Rocco Caputo <rcaputo at cpan.org>
diff --git a/debian/watch b/debian/watch
index 70ec5a2..e091203 100644
--- a/debian/watch
+++ b/debian/watch
@@ -2,5 +2,5 @@ version=3
 # upstream changed from 1.000x versions to 1.00x
 # we also prepare to handle 1.0x and 1.x
 opts="uversionmangle=s/\.(\d\d\d)$/.${1}0/;s/\.(\d\d)$/.${1}00/;s/\.(\d)$/.${1}000/" \
-https://metacpan.org/release/POE/ \
+https://metacpan.org/release/POE \
 	.*/POE-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/libpoe-perl.git



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