diff options
author | Guillem Jover <guillem@debian.org> | 2015-12-22 02:23:31 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2015-12-25 04:53:50 +0100 |
commit | bcd050da05b79ac0c57ac8eb47746926630c44a6 (patch) | |
tree | 660a20d69ff08a163a3c0d4890762e1e8672d008 /scripts/Dpkg/Control | |
parent | 0258d07b2a8adcdb524702fb6d83366191263679 (diff) | |
download | dpkg-bcd050da05b79ac0c57ac8eb47746926630c44a6.tar.gz |
Dpkg::Control::FieldsCore: Add support for Build-Essential field
Closes: #806315
Diffstat (limited to 'scripts/Dpkg/Control')
-rw-r--r-- | scripts/Dpkg/Control/FieldsCore.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Dpkg/Control/FieldsCore.pm b/scripts/Dpkg/Control/FieldsCore.pm index 99de4382f..79835098a 100644 --- a/scripts/Dpkg/Control/FieldsCore.pm +++ b/scripts/Dpkg/Control/FieldsCore.pm @@ -122,6 +122,9 @@ our %FIELDS = ( dependency => 'normal', dep_order => 3, }, + 'Build-Essential' => { + allowed => ALL_PKG, + }, 'Build-Profiles' => { allowed => CTRL_INFO_PKG, separator => FIELD_SEP_SPACE, |