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

gregor herrmann gregoa at debian.org
Thu Feb 27 22:00:29 UTC 2014


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

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

commit 1f6f0b485041d6132244dc5af9e70dc80b7f1c1c
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Feb 27 22:38:09 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 446b0cb..a0ca6dc 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 9.20120312),
  mongodb-server [i386 amd64],
  procps
 Standards-Version: 3.9.5
-Homepage: https://metacpan.org/release/MongoDB/
+Homepage: https://metacpan.org/release/MongoDB
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmongodb-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmongodb-perl.gig
 
diff --git a/debian/copyright b/debian/copyright
index a7db24c..84010e3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Contact:  Mike Friedman <friedo at mongodb.com>
 Upstream-Name: MongoDB
-Source: https://metacpan.org/release/MongoDB/
+Source: https://metacpan.org/release/MongoDB
 
 Files: *
 Copyright: 2009-2013, 10gen, Inc.
diff --git a/debian/watch b/debian/watch
index ec9fad8..a87d50b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
 version=3
 # URL to the package page followed by a regex to search
 opts=dversionmangle=s/\+ds$// \
-    https://metacpan.org/release/MongoDB/   .*/MongoDB-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ \
+    https://metacpan.org/release/MongoDB   .*/MongoDB-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/libmongodb-perl.git



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