[SCM] Print out each line before it is executed (like sh -x) branch, master, updated. debian/0.12-1-4-gd41b3d0

Salvatore Bonaccorso carnil at debian.org
Sat Jan 26 15:28:07 UTC 2013


The following commit has been merged in the master branch:
commit 8ea4293359d3abbf39150e0d4caddaf4ec616dca
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Jan 26 16:03:24 2013 +0100

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

diff --git a/debian/control b/debian/control
index 807a4c5..e91a7f5 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Carl Fürstenberg <azatoth at gmail.com>,
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/Devel-Trace/
+Homepage: https://metacpan.org/release/Devel-Trace/
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-trace-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-trace-perl.git
 
diff --git a/debian/copyright b/debian/copyright
index 9138090..169e4b4 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: Devel-Trace
 Upstream-Contact: Mark-Jason Dominus <mjd-perl-trace+ at plover.com>
-Source: http://search.cpan.org/dist/Devel-Trace/
+Source: https://metacpan.org/release/Devel-Trace/
 
 Files: *
 Copyright: 1999-2011, Mark-Jason Dominus <mjd-perl-trace+ at plover.com>
diff --git a/debian/watch b/debian/watch
index d766b32..8241901 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Devel-Trace/   .*/Devel-Trace-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/Devel-Trace/   .*/Devel-Trace-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Print out each line before it is executed (like sh -x)



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