[libconfig-model-dpkg-perl] 09/13: improved tests on alternate dep (versioned perl and non versioned lib)

dod at debian.org dod at debian.org
Wed May 20 16:58:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit fb49a88e8a02aec4544a3798d7d6860048dca514
Author: Dominique Dumont <dod at debian.org>
Date:   Wed May 20 14:21:29 2015 +0200

    improved tests on alternate dep (versioned perl and non versioned lib)
---
 t/dependency-check.t | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/t/dependency-check.t b/t/dependency-check.t
index da91aaf..9caaa8d 100644
--- a/t/dependency-check.t
+++ b/t/dependency-check.t
@@ -15,6 +15,7 @@ BEGIN {
         'lcdproc' => 'etch 0.4.5-1.1 lenny 0.4.5-1.1 squeeze 0.5.2-3 wheezy 0.5.2-3.1 sid 0.5.2-3.1',
         'libsdl1.2' => '', # only source
         'libmodule-metadata-perl' => 'wheezy 1.000009-1+deb7u1 jessie 1.000024-1 jessie-kfreebsd 1.000024-1 stretch 1.000024-1 sid 1.000024-1',
+        'libextutils-parsexs-perl' => 'squeeze 2.220600-1 wheezy 3.150000-1 jessie-kfreebsd 3.240000-1 jessie 3.240000-1 stretch 3.240000-1 sid 3.240000-1',
         'dpkg' => 'squeeze 1.15 wheezy 1.16 sid 1.16',
         makedev => 'squeeze 2.3.1-89 wheezy 2.3.1-92 jessie 2.3.1-92 sid 2.3.1-93',
         udev => 'squeeze 164-3 wheezy 175-7.2 jessie 175-7.2 sid 175-7.2',
@@ -203,7 +204,8 @@ my @chain_tests = (
     'libarchive-extract-perl' => [ [qw/perl >= 5.17.9/], ['libarchive-extract-perl'] , ]  => 0, # Archive::Extract is now removed from core
     'libmodule-build-perl to fix' =>  [ [qw/perl >= 5.11.3/], [qw/libmodule-build-perl >= 0.360000/] ] => [ ['libmodule-build-perl'] ] ,
     # test that cme does not restrict needlessly the alternate Perl version
-    'libmodule-metadata-perl to fix' =>  [ [qw/perl >= 5.13.9/], [qw/libmodule-metadata-perl/]] => 1 ,
+    'libmodule-metadata-perl to fix' =>  [ [qw/perl >= 5.13.9/], [ qw/libmodule-metadata-perl/ ]] => 1 ,
+    'libmodule-parsexs-perl to fix'  =>  [ [ qw/perl >= 5.12/ ], [ qw/libextutils-parsexs-perl/]] => 1 ,
 );
 
 while (@chain_tests) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git



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