[SCM] Base class for tcp connectful clients branch, master, updated. debian/0.06-1-4-gd35f406
Salvatore Bonaccorso
carnil at debian.org
Sat Jan 26 15:17:05 UTC 2013
The following commit has been merged in the master branch:
commit f6c6b1da4d9b2f43081f987c89ccf1b794f01620
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Sat Jan 26 15:59:06 2013 +0100
Change search.cpan.org based URIs to metacpan.org based URIs
diff --git a/debian/control b/debian/control
index 4af0474..fa6ac07 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends-Indep: libanyevent-perl (>= 5),
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-connection-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libanyevent-connection-perl.git
-Homepage: http://search.cpan.org/dist/AnyEvent-Connection/
+Homepage: https://metacpan.org/release/AnyEvent-Connection/
Package: libanyevent-connection-perl
Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 18abc67..3ca662d 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: Mons Anderson <mons at cpan.org>
-Source: http://search.cpan.org/dist/AnyEvent-Connection/
+Source: https://metacpan.org/release/AnyEvent-Connection/
Name: AnyEvent-Connection
Files: *
diff --git a/debian/watch b/debian/watch
index b6f6a20..653fae9 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-http://search.cpan.org/dist/AnyEvent-Connection/ .*/AnyEvent-Connection-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/AnyEvent-Connection/ .*/AnyEvent-Connection-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--
Base class for tcp connectful clients
More information about the Pkg-perl-cvs-commits
mailing list