[libapp-options-perl] 01/02: Strip trailing slash from metacpan URLs.

gregor herrmann gregoa at debian.org
Thu Feb 27 21:49:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libapp-options-perl.

commit 4e62dfbdc7fc58ddb1b7443ad1f3fe4d8530716c
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Feb 27 22:32:19 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 3045d5b..e7d952d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jotam Jr. Trejo <jotamjr at debian.org.sv>
 Standards-Version: 3.9.1
-Homepage: https://metacpan.org/release/App-Options/
+Homepage: https://metacpan.org/release/App-Options
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapp-options-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapp-options-perl.git
 
diff --git a/debian/copyright b/debian/copyright
index 7f59398..189e112 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
 Name: App-Options
 Maintainer: Stephen Adkins <spadkins at gmail.com>
-Source: https://metacpan.org/release/App-Options/
+Source: https://metacpan.org/release/App-Options
 
 Files: *
 Copyright: 2010, Stephen Adkins <spadkins at gmail.com>
diff --git a/debian/watch b/debian/watch
index f634321..809ce2a 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/App-Options/   .*/App-Options-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/App-Options   .*/App-Options-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/libapp-options-perl.git



More information about the Pkg-perl-cvs-commits mailing list