[SCM] Debian packaging of libdebug-client-perl branch, master, updated. debian/0.16-1-9-g3a2b674

gregor herrmann gregoa at debian.org
Sun Mar 18 18:06:40 UTC 2012


The following commit has been merged in the master branch:
commit 95f312183dca7a6197e314fdeed601d53e36c0ba
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Mar 18 19:00:05 2012 +0100

    Add build dependencies on libtest-class-perl and libterm-readline-perl-perl.

diff --git a/debian/control b/debian/control
index 2591f2f..2796ab9 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,12 @@ Uploaders: Jonathan Yu <jawnsy at cpan.org>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
+# in theory we need perl v5.15.3 for Carp: 1.23
 Build-Depends-Indep: perl (>= 5.13.10),
                      libfile-homedir-perl (>= 0.98),
                      libpadwalker-perl (>= 1.92),
+                     libterm-readline-perl-perl,
+                     libtest-class-perl (>= 0.36),
                      libtest-deep-perl (>= 0.108),
                      perl (>= 5.13.11) | libtest-simple-perl (>= 0.98)
 Standards-Version: 3.9.3
@@ -19,6 +22,7 @@ Homepage: http://search.cpan.org/dist/Debug-Client/
 
 Package: libdebug-client-perl
 Architecture: all
+# in theory we need perl v5.15.3 for Carp: 1.23
 Depends: ${misc:Depends},
          ${perl:Depends},
          libpadwalker-perl,

-- 
Debian packaging of libdebug-client-perl



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