[libb-utils-perl] 01/02: Strip trailing slash from metacpan URLs.
gregor herrmann
gregoa at debian.org
Thu Feb 27 21:50:30 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libb-utils-perl.
commit b95be3e7eff097379b5426f6a36fd6f85c3df548
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Feb 27 22:32:39 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 14171e5..97758cd 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
gregor herrmann <gregoa at debian.org>
Standards-Version: 3.9.3
-Homepage: https://metacpan.org/release/B-Utils/
+Homepage: https://metacpan.org/release/B-Utils
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libb-utils-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libb-utils-perl.git
diff --git a/debian/copyright b/debian/copyright
index cd453ea..c266ca3 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: B-Utils
Upstream-Contact: Josh Jore <jjore at cpan.org>
-Source: https://metacpan.org/release/B-Utils/
+Source: https://metacpan.org/release/B-Utils
Files: *
Copyright: 2011, Josh Jore <jjore at cpan.org>
diff --git a/debian/watch b/debian/watch
index 549432f..ce2bf06 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-https://metacpan.org/release/B-Utils/ .*/B-Utils-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+https://metacpan.org/release/B-Utils .*/B-Utils-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/libb-utils-perl.git
More information about the Pkg-perl-cvs-commits
mailing list