[SCM] Debian packaging of libtest-unit-perl branch, master, updated. debian/0.25-1-31-ge402d0b
Salvatore Bonaccorso
carnil at debian.org
Sat Jan 26 15:51:01 UTC 2013
The following commit has been merged in the master branch:
commit c5973cafb11b108ec6dc403e00aac5383a8e2c75
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Sat Jan 26 16:12:46 2013 +0100
Change search.cpan.org based URIs to metacpan.org based URIs
diff --git a/debian/control b/debian/control
index e831840..f0e5d15 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends-Indep: libclass-inner-perl,
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-unit-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-unit-perl.git
-Homepage: http://search.cpan.org/dist/Test-Unit/
+Homepage: https://metacpan.org/release/Test-Unit/
Package: libtest-unit-perl
Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 3bc40b7..deeccde 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Test-Unit
-Source: http://search.cpan.org/dist/Test-Unit/
+Source: https://metacpan.org/release/Test-Unit/
Upstream-Contact: Matthew Astley <mca1001 at users.sourceforge.net>
Files: *
diff --git a/debian/watch b/debian/watch
index ed154e7..0d977f9 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-http://search.cpan.org/dist/Test-Unit/ .*/Test-Unit-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/Test-Unit/ .*/Test-Unit-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--
Debian packaging of libtest-unit-perl
More information about the Pkg-perl-cvs-commits
mailing list