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

gregor herrmann gregoa at debian.org
Thu Feb 27 21:53:16 UTC 2014


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

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

commit a8d7afb08bd4c7c8e269f8e60cb9452e869105c4
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Feb 27 22:34:13 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 bf78613..b866f1d 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,7 @@ Build-Depends-Indep: libapp-cmd-perl,
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdancer2-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdancer2-perl.git
-Homepage: https://metacpan.org/release/Dancer2/
+Homepage: https://metacpan.org/release/Dancer2
 
 Package: libdancer2-perl
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 0969f2b..149a4d1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Dancer
-Source: https://metacpan.org/release/Dancer2/
+Source: https://metacpan.org/release/Dancer2
 Upstream-Contact: Alexis Sukrieh <sukria at sukria.net>
 Comment: The upstream sources were repackaged in order to:
  drop the minified jQuery convenience copy
diff --git a/debian/watch b/debian/watch
index e5dc030..b9ca077 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
 opts="dversionmangle=s/\+dfsg//" \
-https://metacpan.org/release/Dancer2/   .*/Dancer2-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ \
+https://metacpan.org/release/Dancer2   .*/Dancer2-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ \
 debian sh debian/repack.stub

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdancer2-perl.git



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