[libxml-autowriter-perl] 01/02: Strip trailing slash from metacpan URLs.
gregor herrmann
gregoa at debian.org
Thu Feb 27 22:10:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libxml-autowriter-perl.
commit 988c36626b00c0f890937c67ca2a5bfbc355bff8
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Feb 27 22:42:42 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 9bff850..4e733f2 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-autowriter-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-autowriter-perl.git
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, libxml-parser-perl
-Homepage: https://metacpan.org/release/XML-AutoWriter/
+Homepage: https://metacpan.org/release/XML-AutoWriter
Package: libxml-autowriter-perl
Architecture: all
diff --git a/debian/copyright b/debian/copyright
index ddb051d..907379e 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: XML-AutoWriter
Upstream-Contact: Chris Prather <chris at prather.org>
-Source: https://metacpan.org/release/XML-AutoWriter/
+Source: https://metacpan.org/release/XML-AutoWriter
Files: *
Copyright: 2000-2009, Barrie Slaymaker <barries at slaysys.com>
diff --git a/debian/watch b/debian/watch
index d7327b1..0df924e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -3,4 +3,4 @@ version=3
# upstream version 0.1234 -> debian version 0.12.34
opts=uversionmangle=s/\.(\d\d)(\d\d)$/.$1.$2/;s/\.(\d)$/.${1}0/ \
-https://metacpan.org/release/XML-AutoWriter/ .*/XML-AutoWriter-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/XML-AutoWriter .*/XML-AutoWriter-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-autowriter-perl.git
More information about the Pkg-perl-cvs-commits
mailing list