[libpod-readme-perl] 01/02: Strip trailing slash from metacpan URLs.
gregor herrmann
gregoa at debian.org
Thu Feb 27 22:04:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libpod-readme-perl.
commit e2333a3ac4e1f9a64432a5e86c77a8fe25133ad3
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Feb 27 22:39:47 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 2d75d34..1cb4ea3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Antonio Radici <antonio at dyne.org>,
Ansgar Burchardt <ansgar at debian.org>
Standards-Version: 3.9.1
-Homepage: https://metacpan.org/release/Pod-Readme/
+Homepage: https://metacpan.org/release/Pod-Readme
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpod-readme-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpod-readme-perl.git
diff --git a/debian/copyright b/debian/copyright
index a789c75..7965429 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: Robert Rothenberg <rrwo at cpan.org>
-Source: https://metacpan.org/release/Pod-Readme/
+Source: https://metacpan.org/release/Pod-Readme
Name: Pod-Readme
Copyright: 2005-2006, Robert Rothenberg <rrwo at cpan.org>
diff --git a/debian/watch b/debian/watch
index 1d9e060..ea6153e 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/Pod-Readme/ .*/Pod-Readme-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/Pod-Readme .*/Pod-Readme-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/libpod-readme-perl.git
More information about the Pkg-perl-cvs-commits
mailing list