[alice] 01/02: Strip trailing slash from metacpan URLs.

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


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

gregoa pushed a commit to branch master
in repository alice.

commit 20f77ee41e23cf369a1a23e344f08f84aabb1961
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Feb 27 22:32:02 2014 +0100

    Strip trailing slash from metacpan URLs.
---
 debian/copyright | 2 +-
 debian/watch     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 977363a..308961b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135
 Maintainer: Lee Aylward <leedo at cpan.org>
-Source: https://metacpan.org/release/App-Alice/
+Source: https://metacpan.org/release/App-Alice
 Name: App-Alice
 
 Files: *
diff --git a/debian/watch b/debian/watch
index 28dd575..2ae1cef 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-https://metacpan.org/release/App-Alice/   .*/App-Alice-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/App-Alice   .*/App-Alice-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/alice.git



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