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

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


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

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

commit 7ca8aa3f6fd1b6d7b92b0b0a4d80e98b0c82087c
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Feb 27 22:36:21 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 892b59f..12de08a 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends-Indep: perl
 Standards-Version: 3.8.1
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-highlight-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-highlight-perl.git
-Homepage: https://metacpan.org/release/HTML-Highlight/
+Homepage: https://metacpan.org/release/HTML-Highlight
 
 Package: libhtml-highlight-perl
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 627c915..dbc42b8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: HTML-Highlight
 Upstream-Contact: Tomas Styblo, tripie at cpan.org
-Source: https://metacpan.org/release/HTML-Highlight/
+Source: https://metacpan.org/release/HTML-Highlight
 
 Files: *
 Copyright: 2000, Tomas Styblo, tripie at cpan.org
diff --git a/debian/watch b/debian/watch
index c48fd70..7406cd7 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 # format version number, currently 3; this line is compulsory!
 version=3
-https://metacpan.org/release/HTML-Highlight/ .+/HTML-Highlight-([\d\.]+)\.(?:tar\.gz|tar|tgz)
+https://metacpan.org/release/HTML-Highlight .+/HTML-Highlight-([\d\.]+)\.(?:tar\.gz|tar|tgz)

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



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