[libcoro-perl] 01/02: Strip trailing slash from metacpan URLs.
gregor herrmann
gregoa at debian.org
Thu Feb 27 21:52:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libcoro-perl.
commit e65b9f8886c83e9dab641a2ef4a38ef98b9719b7
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Feb 27 22:33:55 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 affe805..4f4c243 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 9.20120312),
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcoro-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcoro-perl.git
-Homepage: https://metacpan.org/release/Coro/
+Homepage: https://metacpan.org/release/Coro
Package: libcoro-perl
Architecture: any
diff --git a/debian/copyright b/debian/copyright
index ccff96e..363e855 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: Coro
Upstream-Contact: Marc Lehmann <schmorp at schmorp.de>
-Source: https://metacpan.org/release/Coro/
+Source: https://metacpan.org/release/Coro
Files: *
Copyright: 2001-2013, Marc Alexander Lehmann <schmorp at schmorp.de>
diff --git a/debian/watch b/debian/watch
index ca0c32b..ffdf4fd 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/Coro/ .*/Coro-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/Coro .*/Coro-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/libcoro-perl.git
More information about the Pkg-perl-cvs-commits
mailing list