[SCM] Manipulate 64 bits integers in Perl branch, master, updated. debian/0.26-1-5-g7025244
Salvatore Bonaccorso
carnil at debian.org
Sat Jan 26 15:37:23 UTC 2013
The following commit has been merged in the master branch:
commit 2992707894afa55e90e32db0e22cd68ba4d82eac
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Sat Jan 26 16:07:15 2013 +0100
Change search.cpan.org based URIs to metacpan.org based URIs
diff --git a/debian/control b/debian/control
index dceb8e7..700fe81 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 8),
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-int64-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-int64-perl.git
-Homepage: http://search.cpan.org/dist/Math-Int64/
+Homepage: https://metacpan.org/release/Math-Int64/
Package: libmath-int64-perl
Architecture: any
diff --git a/debian/copyright b/debian/copyright
index 3802e5d..f5cf96b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135
Maintainer: Salvador Fandino <sfandino at yahoo.com>
-Source: http://search.cpan.org/dist/Math-Int64/
+Source: https://metacpan.org/release/Math-Int64/
Name: Math-Int64
Files: *
diff --git a/debian/watch b/debian/watch
index 57f85bd..974403d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-http://search.cpan.org/dist/Math-Int64/ .*/Math-Int64-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/Math-Int64/ .*/Math-Int64-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--
Manipulate 64 bits integers in Perl
More information about the Pkg-perl-cvs-commits
mailing list