[libconfig-model-dpkg-perl] 06/13: test the alternate dep where Perl version dep must be preserved

dod at debian.org dod at debian.org
Wed May 20 16:58:49 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 9ec677279a32afca89f9550007862c7cab454ef9
Author: Dominique Dumont <dod at debian.org>
Date:   Wed May 20 13:39:55 2015 +0200

    test the alternate dep where Perl version dep must be preserved
---
 t/dependency-check.t | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/t/dependency-check.t b/t/dependency-check.t
index 016945b..da91aaf 100644
--- a/t/dependency-check.t
+++ b/t/dependency-check.t
@@ -14,6 +14,7 @@ BEGIN {
         'xserver-xorg-input-evdev' => 'etch 1:1.1.2-6 lenny 1:2.0.8-1 squeeze 1:2.3.2-6 wheezy 1:2.3.2-6 sid 1:2.6.0-2 experimental 1:2.6.0-3',
         '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',
         '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',
@@ -201,6 +202,8 @@ my @chain_tests = (
     'libarchive-extract-perl' => [ [qw/libarchive-extract-perl >= 0.68/] , [qw/perl >= 5.17.9/]]  =>  [ ['libarchive-extract-perl'] ,],
     '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 ,
 );
 
 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