[libdevel-findref-perl] 01/02: Strip trailing slash from metacpan URLs.
gregor herrmann
gregoa at debian.org
Thu Feb 27 21:54:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libdevel-findref-perl.
commit aafcedfdc3e27b312419f78d85442a3955269e8d
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Feb 27 22:34:57 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 49ce97f..d9cd628 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy at cpan.org>,
Nathan Handler <nhandler at debian.org>
Standards-Version: 3.8.3
-Homepage: https://metacpan.org/release/Devel-FindRef/
+Homepage: https://metacpan.org/release/Devel-FindRef
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-findref-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-findref-perl.git
diff --git a/debian/copyright b/debian/copyright
index b220553..f9c2484 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: Devel-FindRef
Upstream-Contact: Marc Lehmann <pcg at goof.com>
-Source: https://metacpan.org/release/Devel-FindRef/
+Source: https://metacpan.org/release/Devel-FindRef
Files: *
Copyright: 2007-2008, Marc Lehmann <pcg at goof.com>
diff --git a/debian/watch b/debian/watch
index 77d888a..789d8eb 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
opts="uversionmangle=s/\.\d\d$/$&0/;s/\.\d$/$&00/" \
-https://metacpan.org/release/Devel-FindRef/ .*/Devel-FindRef-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/Devel-FindRef .*/Devel-FindRef-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/libdevel-findref-perl.git
More information about the Pkg-perl-cvs-commits
mailing list