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

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Fri Apr 30 20:05:43 UTC 2010


Author: carnil-guest
Date: Fri Apr 30 20:05:32 2010
New Revision: 57185

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57185
Log:
re-ordering dependencies in debian/control

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=57185&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/control (original)
+++ trunk/libtest-class-perl/debian/control Fri Apr 30 20:05:32 2010
@@ -2,14 +2,13 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.78),
- libtest-exception-perl (>= 0.25),  libmro-compat-perl (>= 0.11),
- libcontextual-return-perl, libdevel-symdump-perl
+Build-Depends-Indep: libcontextual-return-perl, libdevel-symdump-perl,
+ libmro-compat-perl (>= 0.11), libtest-exception-perl (>= 0.25), perl,
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.78)
 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>,
- gregor herrmann <gregoa at debian.org>,
- Ansgar Burchardt <ansgar at 43-1.org>,
+ gregor herrmann <gregoa at debian.org>, Ansgar Burchardt <ansgar at 43-1.org>,
  Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
 Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Test-Class/
@@ -18,10 +17,9 @@
 
 Package: libtest-class-perl
 Architecture: all
-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
+Depends: ${misc:Depends}, ${perl:Depends}, libcontextual-return-perl,
+ libmro-compat-perl (>= 0.11), libtest-exception-perl (>= 0.25),
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.78)
 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