r53932 - in /trunk/libtest-exit-perl/debian: changelog control

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Mon Mar 8 02:05:06 UTC 2010


Author: mxey-guest
Date: Mon Mar  8 02:04:15 2010
New Revision: 53932

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53932
Log:
Use libtest-simple-perl as alternative dependency Test::Builder 0.86

Modified:
    trunk/libtest-exit-perl/debian/changelog
    trunk/libtest-exit-perl/debian/control

Modified: trunk/libtest-exit-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exit-perl/debian/changelog?rev=53932&op=diff
==============================================================================
--- trunk/libtest-exit-perl/debian/changelog (original)
+++ trunk/libtest-exit-perl/debian/changelog Mon Mar  8 02:04:15 2010
@@ -1,11 +1,4 @@
 libtest-exit-perl (0.03-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/control:
-    + build and runtime dependencies: if the "perl (>= 5.10.1)" is there
-      because of "Test::Builder: 0.86", it can be rewritten as
-      "perl (>= 5.10.1) | libtest-simple-perl (>= 0.86)"
-
   * Initial Release (closes: #568147)
 
  -- Maximilian Gass <mxey at cloudconnected.org>  Tue, 02 Feb 2010 21:58:05 +0100

Modified: trunk/libtest-exit-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exit-perl/debian/control?rev=53932&op=diff
==============================================================================
--- trunk/libtest-exit-perl/debian/control (original)
+++ trunk/libtest-exit-perl/debian/control Mon Mar  8 02:04:15 2010
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.10.1)
+Build-Depends-Indep: perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.86)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Maximilian Gass <mxey at cloudconnected.org>
 Standards-Version: 3.8.4
@@ -12,7 +12,8 @@
 
 Package: libtest-exit-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10.1)
+Depends: ${perl:Depends}, ${misc:Depends}, perl,
+  perl (>= 5.10.1) | libtest-simple-perl (>= 0.86)
 Description: Perl module for testing whether code exits without terminating
  Test::Exit provides some simple tools for testing that code does or does not
  call exit(), while stopping code that does exit at the point of the exit().




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