[libfile-finder-perl] 01/02: Strip trailing slash from metacpan URLs.

gregor herrmann gregoa at debian.org
Thu Feb 27 21:55:57 UTC 2014


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

gregoa pushed a commit to branch master
in repository libfile-finder-perl.

commit 58733d4666d4399bc4ea3755efff993a8e62d996
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Feb 27 22:35:36 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 210bdf2..bbc1862 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends-Indep: perl, libtext-glob-perl, libtest-pod-perl,
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Rene Mayorga <rmayorga at debian.org>
 Standards-Version: 3.8.0
-Homepage: https://metacpan.org/release/File-Finder/
+Homepage: https://metacpan.org/release/File-Finder
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-finder-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-finder-perl.git
 
diff --git a/debian/copyright b/debian/copyright
index 1ef1832..8443259 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: File-Finder
 Upstream-Contact: Randal L. Schwartz, <merlyn at stonehenge.com>, with a tip
                   of the hat to Richard Clamp for File::Find::Rule.
-Source: https://metacpan.org/release/File-Finder/
+Source: https://metacpan.org/release/File-Finder
 
 Files: *
 Copyright: © 2003-2004 Randal L. Schwartz, <merlyn at stonehenge.com>, 
diff --git a/debian/watch b/debian/watch
index b54f326..63ed10a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-https://metacpan.org/release/File-Finder/   .*/File-Finder-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/File-Finder   .*/File-Finder-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/libfile-finder-perl.git



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