summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Dumont <dod@debian.org>2021-03-20 18:01:15 +0100
committerDominique Dumont <dod@debian.org>2021-03-21 18:54:23 +0100
commitdd01d8d630474e73abc7496b2a7450f5e39a541f (patch)
tree5f5f185b0861ae7f567d33ac56d4c20e89a8fb4d
parent1d4d55fea6733379d6c974e99e06efb013acab3d (diff)
handle debian/source/lintian-overrides
-rw-r--r--lib/Config/Model/models/Dpkg/Source.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Config/Model/models/Dpkg/Source.pl b/lib/Config/Model/models/Dpkg/Source.pl
index f017310e..436be3ca 100644
--- a/lib/Config/Model/models/Dpkg/Source.pl
+++ b/lib/Config/Model/models/Dpkg/Source.pl
@@ -46,6 +46,12 @@ There may also be a .git shallow file listing revisions for a shallow git clone.
'config_class_name' => 'Dpkg::Source::Options',
'description' => 'Source options as described in L<dpkg-source>',
'type' => 'node'
+ },
+ 'lintian-overrides',
+ {
+ 'class' => 'Config::Model::Dpkg::Lintian::Overrides',
+ 'type' => 'leaf',
+ 'value_type' => 'string'
}
],
'license' => 'LGPL2',