[libconfig-model-dpkg-perl] 01/03: Add Build-Conflicts-Indep fields to Dpkg::Control::Source model.
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 46475627313c5d139f6de9ae6bb68970cb6bd551
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Jun 12 12:38:16 2015 +0200
Add Build-Conflicts-Indep fields to Dpkg::Control::Source model.
---
lib/Config/Model/models/Dpkg/Control/Source.pl | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/lib/Config/Model/models/Dpkg/Control/Source.pl b/lib/Config/Model/models/Dpkg/Control/Source.pl
index e8575f6..d8da788 100644
--- a/lib/Config/Model/models/Dpkg/Control/Source.pl
+++ b/lib/Config/Model/models/Dpkg/Control/Source.pl
@@ -207,6 +207,14 @@ in Debian developer reference.',
},
'type' => 'list'
},
+ 'Build-Conflicts-Indep',
+ {
+ 'cargo' => {
+ 'type' => 'leaf',
+ 'value_type' => 'uniline'
+ },
+ 'type' => 'list'
+ },
'Standards-Version',
{
'default' => '3.9.6',
--
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