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

gregor herrmann gregoa at debian.org
Thu Feb 27 22:03:24 UTC 2014


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

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

commit 99f9ecf8ca0948783b385671ef83265765fbc937
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Feb 27 22:39:15 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 1f14537..fef68a5 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Uploaders: gregor herrmann <gregoa at debian.org>,
  Chris Butler <chrisb at debian.org>,
  Florian Schlichting <fsfs at debian.org>
 Standards-Version: 3.9.4
-Homepage: https://metacpan.org/release/OpenGL/
+Homepage: https://metacpan.org/release/OpenGL
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libopengl-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libopengl-perl.git
 
diff --git a/debian/copyright b/debian/copyright
index 3a68656..a03dfc1 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: OpenGL
 Upstream-Contact: Bob 'grafman' Free <grafman at graphcomp.com>
-Source: https://metacpan.org/release/OpenGL/
+Source: https://metacpan.org/release/OpenGL
 
 Files: *
 Copyright: 1998, 1999, Kenneth Albanowski
diff --git a/debian/watch b/debian/watch
index 6881d41..35fbe3c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
 # format version number, currently 3; this line is compulsory!
 version=3
 opts="dversionmangle=s/\+dfsg//" \
-https://metacpan.org/release/OpenGL/   .*/OpenGL-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) \
+https://metacpan.org/release/OpenGL   .*/OpenGL-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/libopengl-perl.git



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