r61049 - in /trunk/libtest-most-perl/debian: changelog control
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sat Jul 31 21:48:00 UTC 2010
Author: gregoa
Date: Sat Jul 31 21:47:52 2010
New Revision: 61049
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61049
Log:
Add perl (>= 5.10.1) as an alternative (build) dependency for Test::Simple
and Test::Harness.
Modified:
trunk/libtest-most-perl/debian/changelog
trunk/libtest-most-perl/debian/control
Modified: trunk/libtest-most-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-most-perl/debian/changelog?rev=61049&op=diff
==============================================================================
--- trunk/libtest-most-perl/debian/changelog (original)
+++ trunk/libtest-most-perl/debian/changelog Sat Jul 31 21:47:52 2010
@@ -1,8 +1,13 @@
libtest-most-perl (0.21-2) UNRELEASED; urgency=low
+ [ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
permitted by Debian Policy 3.8.3).
+
+ [ gregor herrmann ]
+ * Add perl (>= 5.10.1) as an alternative (build) dependency for Test::Simple
+ and Test::Harness.
-- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com> Sun, 16 Aug 2009 20:16:04 +0200
Modified: trunk/libtest-most-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-most-perl/debian/control?rev=61049&op=diff
==============================================================================
--- trunk/libtest-most-perl/debian/control (original)
+++ trunk/libtest-most-perl/debian/control Sat Jul 31 21:47:52 2010
@@ -6,8 +6,8 @@
libtest-deep-perl,
libtest-differences-perl,
libtest-exception-perl,
- libtest-harness-perl (>= 3.07),
- libtest-simple-perl (>= 0.82),
+ perl (>= 5.10.1) | libtest-harness-perl (>= 3.07),
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.82),
libtest-warn-perl (>= 0.1),
perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -24,8 +24,8 @@
libtest-deep-perl,
libtest-differences-perl,
libtest-exception-perl,
- libtest-harness-perl (>= 3.07),
- libtest-simple-perl (>= 0.82),
+ perl (>= 5.10.1) | libtest-harness-perl (>= 3.07),
+ perl (>= 5.10.1) | 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
More information about the Pkg-perl-cvs-commits
mailing list