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

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


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

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

commit f2774990aff9acce1779204ccf4d037b8a60e5be
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Feb 27 22:38:04 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 f3e3fb0..ad314f4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libmodule-starter-perl
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libpath-class-perl,
  perl
-Homepage: https://metacpan.org/release/Module-Starter/
+Homepage: https://metacpan.org/release/Module-Starter
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Priority: optional
 Section: perl
diff --git a/debian/copyright b/debian/copyright
index 50239ba..a02aefa 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: Module-Starter
 Upstream-Contact: Andy Lester <andy at petdance.com>
-Source: https://metacpan.org/release/Module-Starter/
+Source: https://metacpan.org/release/Module-Starter
 Comment: The +dfsg version is created by removing the non-free
  getting-started.html file. debian/repack.sh automates this process.
  The file is regarded as being non-free because it cannot be modified.
diff --git a/debian/watch b/debian/watch
index 1726e09..3e41da2 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
 opts="uversionmangle=s/\.\d\d$/$&0/;s/\.\d$/$&00/,dversionmangle=s/\+dfsg//" \
-https://metacpan.org/release/Module-Starter/    .*/Module-Starter-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ \
+https://metacpan.org/release/Module-Starter    .*/Module-Starter-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/libmodule-starter-perl.git



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