[gearman-server] 01/02: Strip trailing slash from metacpan URLs.
gregor herrmann
gregoa at debian.org
Thu Feb 27 21:49:19 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository gearman-server.
commit 737102da5616c37f1b34c4c47f149c2d240be5f2
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Feb 27 22:32:04 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 eaab8a1..21b78cd 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends-Indep: perl, libgearman-client-perl, libdanga-socket-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy at cpan.org>, gregor herrmann <gregoa at debian.org>
Standards-Version: 3.9.1
-Homepage: https://metacpan.org/release/Gearman-Server/
+Homepage: https://metacpan.org/release/Gearman-Server
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/gearman-server.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/gearman-server.git
diff --git a/debian/copyright b/debian/copyright
index e5ffc57..3cbef50 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: Gearman-Server
Upstream-Contact: Alan Kasindorf <dormando at rydia.net>
-Source: https://metacpan.org/release/Gearman-Server/
+Source: https://metacpan.org/release/Gearman-Server
Files: *
Copyright: 2005-2007, Danga Interactive <http://www.danga.com/>
diff --git a/debian/watch b/debian/watch
index f7ba7fd..65ecbc6 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
# 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/Gearman-Server/ .*/Gearman-Server-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/Gearman-Server .*/Gearman-Server-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/gearman-server.git
More information about the Pkg-perl-cvs-commits
mailing list