[SCM] Debian packaging of libtest-most-perl branch, master, updated. debian/0.25-1

Salvatore Bonaccorso carnil at debian.org
Sun May 27 07:25:41 UTC 2012


The following commit has been merged in the master branch:
commit fb31c535b8a5be7484995b27a596c14a98992890
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun May 27 08:58:51 2012 +0200

    Update (build-)dependencies in debian/control file
    
    Update Build-Depends-Indep on libmodule-build-perl to be an alternative
    build dependency with perl (>= 5.11.3).
    
    Add alternative (Build-)Depends(-Indep) on libtest-harness-perl with
    perl (>= 5.13.3).
    
    Make versioned (Build-)Depends(-Indep) on libtest-deep-perl unversioned
    as the required dependency is satisfied already in squeeze.
    
    Drop alternative (Build-)Depends(-Indep) for Test::Simple 0.88, which is
    already present in squeeze.

diff --git a/debian/control b/debian/control
index 80ca0b6..fec5c7f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,13 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libexception-class-perl,
- libmodule-build-perl (>= 0.36),
- libtest-deep-perl (>= 0.106),
+ perl (>= 5.11.3) | libmodule-build-perl (>= 0.360000),
+ libtest-deep-perl,
  libtest-differences-perl (>= 0.61),
  libtest-exception-perl (>= 0.31),
- libtest-harness-perl (>= 3.21),
+ perl (>= 5.13.3) | libtest-harness-perl (>= 3.21),
  libtest-warn-perl (>= 0.23),
- perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+ perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>,
  Ansgar Burchardt <ansgar at debian.org>
@@ -23,12 +22,11 @@ Package: libtest-most-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libexception-class-perl,
- libtest-deep-perl (>= 0.106),
+ libtest-deep-perl,
  libtest-differences-perl (>= 0.61),
  libtest-exception-perl (>= 0.31),
- libtest-harness-perl (>= 3.21),
- libtest-warn-perl (>= 0.23),
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+ perl (>= 5.13.3) | libtest-harness-perl (>= 3.21),
+ libtest-warn-perl (>= 0.23)
 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.

-- 
Debian packaging of libtest-most-perl



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