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

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


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

gregoa pushed a commit to branch master
in repository twiggy.

commit fa644269f73699a70d62b3a0b324238e782e2061
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Feb 27 22:43: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 4ccd84c..b472385 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends-Indep: perl,
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alessandro Ghedini <ghedo at debian.org>
 Standards-Version: 3.9.4
-Homepage: https://metacpan.org/release/Twiggy/
+Homepage: https://metacpan.org/release/Twiggy
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/twiggy.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/twiggy.git
 
diff --git a/debian/copyright b/debian/copyright
index b983782..b3ea515 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: Twiggy
 Upstream-Contact: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
-Source: https://metacpan.org/release/Twiggy/
+Source: https://metacpan.org/release/Twiggy
 Comment: The upstream sources were repackaged in order to remove
  jquery.ev.js, jquery.oembed.js and screen.css from the
  eg/chat-websocket/static/ directory due to missing license/copyright.
diff --git a/debian/watch b/debian/watch
index 6de52a7..b38484f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
 opts="dversionmangle=s/\+dfsg//" \
-https://metacpan.org/release/Twiggy/   .*/Twiggy-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ \
+https://metacpan.org/release/Twiggy   .*/Twiggy-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ \
 debian sh debian/repack.stub
\ No newline at end of file

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



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