[padre] 01/02: Strip trailing slash from metacpan URLs.

gregor herrmann gregoa at debian.org
Thu Feb 27 22:11:08 UTC 2014


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

gregoa pushed a commit to branch master
in repository padre.

commit 66d0b837b98a9a82b8094bc79252595ad3ce8ac0
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Feb 27 22:43:05 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 06d1212..d90c6e4 100644
--- a/debian/control
+++ b/debian/control
@@ -69,7 +69,7 @@ Build-Depends-Indep: imagemagick,
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/witweb/?p=pkg-perl/packages/padre.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/padre.git
-Homepage: https://metacpan.org/release/Padre/
+Homepage: https://metacpan.org/release/Padre
 
 Package: padre
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index d1c2c06..fb723cb 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: Padre
 Upstream-Contact: Gabor Szabo
-Source: https://metacpan.org/release/Padre/
+Source: https://metacpan.org/release/Padre
 X-Repackaged-Source: Yes
  Upstream tarball contains several files that don't comply with the DFSG. These 
  were removed. Re-packaging is done by the debian/repack.sh script.
diff --git a/debian/watch b/debian/watch
index 41632c6..18fbce1 100644
--- a/debian/watch
+++ b/debian/watch
@@ -2,4 +2,4 @@
 version=3
 # URL to the package page followed by a regex to search
 opts=dversionmangle=s/\+dfsg\d+// \
-https://metacpan.org/release/Padre/   .*/Padre-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian sh debian/repack.sh
+https://metacpan.org/release/Padre   .*/Padre-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian sh debian/repack.sh

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



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