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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Mar 31 09:37:15 UTC 2009


Author: dmn
Date: Tue Mar 31 09:37:06 2009
New Revision: 32443

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32443
Log:
sort dependency lists and put one package on each line

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=32443&op=diff
==============================================================================
--- trunk/libtest-most-perl/debian/control (original)
+++ trunk/libtest-most-perl/debian/control Tue Mar 31 09:37:06 2009
@@ -2,10 +2,14 @@
 Section: perl
 Priority: optional
 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-harness-perl (>= 3.07), libtest-simple-perl (>= 0.82)
+Build-Depends-Indep: libexception-class-perl (>= 1.14),
+ libtest-deep-perl,
+ libtest-differences-perl,
+ libtest-exception-perl,
+ libtest-harness-perl (>= 3.07),
+ libtest-simple-perl (>= 0.82),
+ libtest-warn-perl (>= 0.1),
+ perl (>= 5.6.0-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
 Standards-Version: 3.8.1
@@ -16,10 +20,13 @@
 Package: libtest-most-perl
 Architecture: all
 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-harness-perl (>= 3.07), libtest-simple-perl (>= 0.82)
+ libexception-class-perl (>= 1.14),
+ libtest-deep-perl,
+ libtest-differences-perl,
+ libtest-exception-perl,
+ libtest-harness-perl (>= 3.07),
+ libtest-simple-perl (>= 0.82),
+ libtest-warn-perl (>= 0.1)
 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