summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2014-02-27 22:32:35 +0100
committergregor herrmann <gregoa@debian.org>2014-02-27 22:32:35 +0100
commit66ccf69626da3abcb4e28673158c2463ed3ff620 (patch)
tree1c9ee2839aa71c897dfb8726181aba6882e9c37e
parent41df6885036b6d6663592b84671027f3de75f864 (diff)
Strip trailing slash from metacpan URLs.
-rw-r--r--debian/control2
-rw-r--r--debian/copyright2
-rw-r--r--debian/watch2
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index f4599c8..63a1dee 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9.20120312),
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libauthen-tacacsplus-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libauthen-tacacsplus-perl.git
-Homepage: https://metacpan.org/release/Authen-TacacsPlus/
+Homepage: https://metacpan.org/release/Authen-TacacsPlus
Package: libauthen-tacacsplus-perl
Architecture: any
diff --git a/debian/copyright b/debian/copyright
index a8cd821..8997319 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: Authen-TacacsPlus
Upstream-Contact: Mike McCauley <mikem@airspayce.com>
-Source: https://metacpan.org/release/Authen-TacacsPlus/
+Source: https://metacpan.org/release/Authen-TacacsPlus
Files: *
Copyright: 1998-1999, Mike Shoyher <msh@corbina.net>
diff --git a/debian/watch b/debian/watch
index e7f5a0c..73fc191 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
# format version number, currently 3; this line is compulsory!
version=3
-https://metacpan.org/release/Authen-TacacsPlus/ .*/Authen-TacacsPlus-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/Authen-TacacsPlus .*/Authen-TacacsPlus-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$