[libconfig-model-dpkg-perl] 02/06: Test::Control Depends: @ is upstream_default

dod at debian.org dod at debian.org
Sat Jan 20 10:05:48 UTC 2018


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

dod pushed a commit to annotated tag debian/2.105
in repository libconfig-model-dpkg-perl.

commit f5d4ec745e7628889cd416ff00d7152508670297
Author: Dominique Dumont <dod at debian.org>
Date:   Thu Dec 21 19:49:39 2017 +0100

    Test::Control Depends: @ is upstream_default
    
    not default as a missing value is interpreted as '@'
---
 lib/Config/Model/models/Dpkg/Tests/Control.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Config/Model/models/Dpkg/Tests/Control.pl b/lib/Config/Model/models/Dpkg/Tests/Control.pl
index 17a133a..57973bb 100644
--- a/lib/Config/Model/models/Dpkg/Tests/Control.pl
+++ b/lib/Config/Model/models/Dpkg/Tests/Control.pl
@@ -59,7 +59,6 @@ Please use this considerately, as for large builds it unnecessarily builds the e
       },
       'Depends',
       {
-        'default' => '@',
         'description' => 'Declares that the specified packages must be installed for the test to go ahead. This supports all features of dpkg dependencies (see L<https://www.debian.org/doc/debian-policy/#document-ch-relationships>), plus the following extensions:
 
 @ stands for the package(s) generated by the source package containing the tests; each dependency (strictly, or-clause, which may contain |s but not commas) containing @ is replicated once for each such binary package, with the binary package name substituted for each @ (but normally @ should occur only once and without a version restriction).
@@ -69,6 +68,7 @@ Please use this considerately, as for large builds it unnecessarily builds the e
 If no Depends field is present, C<Depends: @> is assumed. Note that the source tree\'s Build-Dependencies are not necessarily installed, and if you specify any Depends, no binary packages from the source are installed unless explicitly requested.
 ',
         'type' => 'leaf',
+        'upstream_default' => '@',
         'value_type' => 'string'
       },
       'Tests-Directory',

-- 
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