r71161 - /trunk/libstring-errf-perl/debian/control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Mar 11 13:50:58 UTC 2011


Author: gregoa
Date: Fri Mar 11 13:50:34 2011
New Revision: 71161

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71161
Log:
dependencies:
- autodie is in core since 5.10.1
- switch order of test::more to avoid FTBFS on sbuild

Modified:
    trunk/libstring-errf-perl/debian/control

Modified: trunk/libstring-errf-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-errf-perl/debian/control?rev=71161&op=diff
==============================================================================
--- trunk/libstring-errf-perl/debian/control (original)
+++ trunk/libstring-errf-perl/debian/control Fri Mar 11 13:50:34 2011
@@ -3,14 +3,14 @@
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libautodie-perl,
  libjson-perl,
  libparams-util-perl,
  libstring-formatter-perl,
  libsub-exporter-perl,
+ libtest-pod-perl,
+ libtest-simple-perl (>= 0.96) | perl (>= 5.12.3),
  libtimedate-perl,
- libtest-pod-perl,
- perl (>= 5.12.3) | libtest-simple-perl (>= 0.96)
+ perl (>= 5.10.1) | libautodie-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alessandro Ghedini <al3xbio at gmail.com>
 Standards-Version: 3.9.1
@@ -21,12 +21,12 @@
 Package: libstring-errf-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libautodie-perl,
  libjson-perl,
  libparams-util-perl,
  libstring-formatter-perl,
  libsub-exporter-perl,
- libtimedate-perl
+ libtimedate-perl,
+ perl (>= 5.10.1) | libautodie-perl
 Description: Perl module that provides a simple sprintf-like dialect
  String::Errf provides errf, a simple string formatter that works something
  like sprintf|perlfunc/sprintf. It is implemented using String::Formatter and




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