[libasync-mergepoint-perl] 01/02: Strip trailing slash from metacpan URLs.
gregor herrmann
gregoa at debian.org
Thu Feb 27 21:50:04 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libasync-mergepoint-perl.
commit 9887d9c283cc54f2e38b792962857e63824a3e8a
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Feb 27 22:32:25 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 f9de733..00d4305 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends-Indep: libtest-fatal-perl, libtest-pod-perl, perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy at cpan.org>
Standards-Version: 3.9.2
-Homepage: https://metacpan.org/release/Async-MergePoint/
+Homepage: https://metacpan.org/release/Async-MergePoint
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libasync-mergepoint-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libasync-mergepoint-perl.git
diff --git a/debian/copyright b/debian/copyright
index 21af1f6..759f8eb 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: Async-MergePoint
Upstream-Contact: Paul Evans <leonerd at leonerd.org.uk>
-Source: https://metacpan.org/release/Async-MergePoint/
+Source: https://metacpan.org/release/Async-MergePoint
Files: *
Copyright: 2007-2011, Paul Evans <leonerd at leonerd.org.uk>
diff --git a/debian/watch b/debian/watch
index 829086d..f505c95 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/Async-MergePoint/ .*/Async-MergePoint-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/Async-MergePoint .*/Async-MergePoint-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/libasync-mergepoint-perl.git
More information about the Pkg-perl-cvs-commits
mailing list