[libconfig-model-dpkg-perl] 02/03: Dpkg::Control::Source model: warn on duplicates in Build-Conflicts{, -Indep}.

gregor herrmann gregoa at debian.org
Fri Jun 12 10:41:16 UTC 2015


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

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

commit 0ccf43e0d9382d272e0b802dd1e1ae8b334dc75c
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 12 12:40:05 2015 +0200

    Dpkg::Control::Source model: warn on duplicates in Build-Conflicts{,-Indep}.
---
 lib/Config/Model/models/Dpkg/Control/Source.pl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/Config/Model/models/Dpkg/Control/Source.pl b/lib/Config/Model/models/Dpkg/Control/Source.pl
index d8da788..81fd10a 100644
--- a/lib/Config/Model/models/Dpkg/Control/Source.pl
+++ b/lib/Config/Model/models/Dpkg/Control/Source.pl
@@ -205,6 +205,7 @@ in Debian developer reference.',
           'type' => 'leaf',
           'value_type' => 'uniline'
         },
+        'duplicates' => 'warn',
         'type' => 'list'
       },
       'Build-Conflicts-Indep',
@@ -213,6 +214,7 @@ in Debian developer reference.',
           'type' => 'leaf',
           'value_type' => 'uniline'
         },
+        'duplicates' => 'warn',
         'type' => 'list'
       },
       'Standards-Version',

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