[SCM] branch, master, updated. debian/0.45-1-25-g9c848a6

Salvatore Bonaccorso carnil at debian.org
Sat Jan 26 15:39:03 UTC 2013


The following commit has been merged in the master branch:
commit 043a37755df80f930dce0819f84d10db9922753c
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Jan 26 16:07:51 2013 +0100

    Change search.cpan.org based URIs to metacpan.org based URIs

diff --git a/debian/control b/debian/control
index 1deba92..e7ca128 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 9.20120312),
  mongodb-server,
  procps
 Standards-Version: 3.9.4
-Homepage: http://search.cpan.org/dist/MongoDB/
+Homepage: https://metacpan.org/release/MongoDB/
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmongodb-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmongodb-perl.gig
 
diff --git a/debian/copyright b/debian/copyright
index d014545..503648c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Contact:  Kristina Chodorow <kristina at 10gen.com>
 Upstream-Name: MongoDB
-Source: http://search.cpan.org/dist/MongoDB/
+Source: https://metacpan.org/release/MongoDB/
 
 Files: *
 Copyright: 2009-2012, 10gen, Inc.
diff --git a/debian/watch b/debian/watch
index c1569eb..39b6f22 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 # URL to the package page followed by a regex to search
-http://search.cpan.org/dist/MongoDB/   .*/MongoDB-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/MongoDB/   .*/MongoDB-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 




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