[libtest-class-perl] 06/10: Update (build) dependencies.

gregor herrmann gregoa at debian.org
Mon Oct 26 16:47:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-class-perl.

commit 5b425f33d96c0d1ba5f4c5264e30f748ee96bf2f
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Oct 26 17:39:42 2015 +0100

    Update (build) dependencies.
---
 debian/control | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 4e5e2d7..a51ea0b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,13 +8,13 @@ Uploaders: Jay Bonci <jaybonci at debian.org>,
            Salvatore Bonaccorso <carnil at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8),
-               libmodule-build-perl (>= 0.420400)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libcontextual-return-perl,
                      libdevel-symdump-perl,
                      libmro-compat-perl,
+                     libmodule-runtime-perl,
                      libtest-exception-perl,
-                     perl (>= 5.19.6) | libtest-simple-perl (>= 1.001002),
+                     libtry-tiny-perl,
                      perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-class-perl.git
@@ -27,7 +27,9 @@ Depends: ${misc:Depends},
          ${perl:Depends},
          libcontextual-return-perl,
          libmro-compat-perl,
-         libtest-exception-perl
+         libmodule-runtime-perl,
+         libtest-exception-perl,
+         libtry-tiny-perl
 Description: module for creating test classes in an xUnit style
  Test::Class is a Perl test harness for creating tests using the xUnit style
  inspired by Smalltalk. It is aimed at authors of Perl modules already using

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-class-perl.git



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