[libhtml-copy-perl] 01/02: Strip trailing slash from metacpan URLs.
gregor herrmann
gregoa at debian.org
Thu Feb 27 21:57:15 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libhtml-copy-perl.
commit 92f6143b9b292063b4ee8637b378f6ce692068fc
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Feb 27 22:36:17 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 68753d4..1ea5a39 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends-Indep: libclass-accessor-perl,
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-copy-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-copy-perl.git
-Homepage: https://metacpan.org/release/HTML-Copy/
+Homepage: https://metacpan.org/release/HTML-Copy
Package: libhtml-copy-perl
Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 593c7c5..499bf0c 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: HTML-Copy
-Source: https://metacpan.org/release/HTML-Copy/
+Source: https://metacpan.org/release/HTML-Copy
Upstream-Contact: unknown
Files: *
diff --git a/debian/watch b/debian/watch
index 9dbe647..2a94d04 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
version=3
# upstream released 1.3 after 1.23
opts="uversionmangle=s/^(\d+\.\d)$/${1}0/" \
-https://metacpan.org/release/HTML-Copy/ .*/HTML-Copy-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/HTML-Copy .*/HTML-Copy-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/libhtml-copy-perl.git
More information about the Pkg-perl-cvs-commits
mailing list