r69695 - /trunk/libwarnings-illegalproto-perl/debian/control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Feb 25 20:10:10 UTC 2011


Author: gregoa
Date: Fri Feb 25 20:09:43 2011
New Revision: 69695

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69695
Log:
make sure we have Test::More 0.92

Modified:
    trunk/libwarnings-illegalproto-perl/debian/control

Modified: trunk/libwarnings-illegalproto-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwarnings-illegalproto-perl/debian/control?rev=69695&op=diff
==============================================================================
--- trunk/libwarnings-illegalproto-perl/debian/control (original)
+++ trunk/libwarnings-illegalproto-perl/debian/control Fri Feb 25 20:09:43 2011
@@ -2,7 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libstrictures-perl
+Build-Depends-Indep: perl, libstrictures-perl,
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.92)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Maximilian Gass <mxey at cloudconnected.org>
 Standards-Version: 3.9.1
@@ -13,7 +14,7 @@
 Package: libwarnings-illegalproto-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libstrictures-perl
-Description: Pragma to disable illegal prototype warnings on old Perls
+Description: pragma to disable illegal prototype warnings on old Perls
  warnings::illegalproto was implemented so that people can use strictures and
  use signatures at the same time. Thanks to mst, in Perl 5.12 and greater this
  is trivial, but before that a strange dance had to be done.




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