r54320 - /trunk/libtest-class-perl/debian/control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Mar 14 17:16:31 UTC 2010


Author: gregoa
Date: Sun Mar 14 17:16:22 2010
New Revision: 54320

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54320
Log:
further tweak build and runtime deps. META.yml is not really in sync with the results of grepping over the source.

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

Modified: trunk/libtest-class-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/debian/control?rev=54320&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/control (original)
+++ trunk/libtest-class-perl/debian/control Sun Mar 14 17:16:22 2010
@@ -3,8 +3,8 @@
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.78),
- libtest-exception-perl (>= 0.25), libcontextual-return-perl,
- libmro-compat-perl
+ libtest-exception-perl (>= 0.25),  libmro-compat-perl (>= 0.11),
+ libcontextual-return-perl, libdevel-symdump-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, Gunnar Wolf <gwolf at debian.org>,
  Damyan Ivanov <dmn at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
@@ -18,8 +18,10 @@
 
 Package: libtest-class-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libdevel-symdump-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.78), libmro-compat-perl
+Depends: ${misc:Depends}, ${perl:Depends}, 
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.78),
+ libtest-exception-perl (>= 0.25), libmro-compat-perl (>= 0.11),
+ libcontextual-return-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




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