r32442 - /trunk/libtest-most-perl/debian/control

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Mar 31 06:38:20 UTC 2009


Author: dmn
Date: Tue Mar 31 06:37:28 2009
New Revision: 32442

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32442
Log:
add explicit versioned (build-)dependency on test-harness and test-simple as the versions provided by perl-modules are too old

Modified:
    trunk/libtest-most-perl/debian/control

Modified: trunk/libtest-most-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-most-perl/debian/control?rev=32442&op=diff
==============================================================================
--- trunk/libtest-most-perl/debian/control (original)
+++ trunk/libtest-most-perl/debian/control Tue Mar 31 06:37:28 2009
@@ -4,7 +4,8 @@
 Build-Depends: debhelper (>= 7), libmodule-build-perl
 Build-Depends-Indep: libexception-class-perl (>= 1.14), libtest-deep-perl,
   libtest-differences-perl, libtest-exception-perl,
-  libtest-warn-perl (>= 0.1), perl (>= 5.6.0-12)
+  libtest-warn-perl (>= 0.1), perl (>= 5.6.0-12),
+  libtest-harness-perl (>= 3.07), libtest-simple-perl (>= 0.82)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
 Standards-Version: 3.8.1
@@ -17,7 +18,8 @@
 Depends: ${misc:Depends}, ${perl:Depends},
   libexception-class-perl (>= 1.14), libtest-deep-perl,
   libtest-differences-perl, libtest-exception-perl,
-  libtest-warn-perl (>= 0.1)
+  libtest-warn-perl (>= 0.1),
+  libtest-harness-perl (>= 3.07), libtest-simple-perl (>= 0.82)
 Description: Perl module with the most commonly needed test functions and features
  Test::Most provides the most commonly used testing functions and gives
  a bit more fine-grained control over your test suite.




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