[SCM] Debian native package for Config::Model::Dpkg branch, master, updated. 2.030-5-g201c129

Dominique Dumont dod at debian.org
Mon Dec 17 13:09:14 UTC 2012


The following commit has been merged in the master branch:
commit 992f946bc4243af39222cb65b02ab46f697e7e58
Author: Dominique Dumont <dod at debian.org>
Date:   Mon Dec 17 14:08:11 2012 +0100

    test to find a dep declared in the same control file

diff --git a/t/model_tests.d/debian-dpkg-control-test-conf.pl b/t/model_tests.d/debian-dpkg-control-test-conf.pl
index d3f915e..b7b8458 100644
--- a/t/model_tests.d/debian-dpkg-control-test-conf.pl
+++ b/t/model_tests.d/debian-dpkg-control-test-conf.pl
@@ -134,6 +134,10 @@ providing the following file:
         check => { 'source Build-Depends-Indep:1' => 'libclass-isa-perl | perl (<< 5.10.1-13)' },
         apply_fix => 1,
     },
+    {
+        # test for #692849, must not warn about missing libfoo dependency
+        name => 'dbg-dep',
+    },
 );
 
 my $cache_file = 't/model_tests.d/debian-dependency-cache.txt';

-- 
Debian native package for Config::Model::Dpkg



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