[libxml-feed-perl] 01/02: Strip trailing slash from metacpan URLs.
gregor herrmann
gregoa at debian.org
Thu Feb 27 22:10:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libxml-feed-perl.
commit 770b3d74de4de9e80c676afd133db4e46df422b4
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Feb 27 22:42:46 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 1157908..bce3754 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Build-Depends-Indep: perl,
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-feed-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-feed-perl.git
-Homepage: https://metacpan.org/release/XML-Feed/
+Homepage: https://metacpan.org/release/XML-Feed
Package: libxml-feed-perl
Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 6429337..19f84c2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact: Matt Trout
-Source: https://metacpan.org/release/XML-Feed/
+Source: https://metacpan.org/release/XML-Feed
Upstream-Name: XML-Feed
Files: *
diff --git a/debian/watch b/debian/watch
index e850bc9..e11c3d6 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
version=3
opts="dversionmangle=s/\+dfsg//" \
-https://metacpan.org/release/XML-Feed/ .*/XML-Feed-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian debian/repack.stub
+https://metacpan.org/release/XML-Feed .*/XML-Feed-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian debian/repack.stub
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-feed-perl.git
More information about the Pkg-perl-cvs-commits
mailing list