diff options
author | Guillem Jover <guillem@debian.org> | 2015-07-21 02:36:15 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2015-07-29 02:29:08 +0200 |
commit | 8c038a0891e758b3cbd399023ed7307ea7b6f6d7 (patch) | |
tree | 995ae879adc46de7fc08b89d559a7508a1a49330 /scripts/Dpkg/Control/FieldsCore.pm | |
parent | 95d9b43f8ad87bcfc180bd3cd9631c1f7ea83569 (diff) | |
download | dpkg-8c038a0891e758b3cbd399023ed7307ea7b6f6d7.tar.gz |
Dpkg::Control::FieldsCore: Allow the Maintainer field in CTRL_FILE_STATUS
This field is part of the status field.
Diffstat (limited to 'scripts/Dpkg/Control/FieldsCore.pm')
-rw-r--r-- | scripts/Dpkg/Control/FieldsCore.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dpkg/Control/FieldsCore.pm b/scripts/Dpkg/Control/FieldsCore.pm index 1c6a764fc..99de4382f 100644 --- a/scripts/Dpkg/Control/FieldsCore.pm +++ b/scripts/Dpkg/Control/FieldsCore.pm @@ -213,7 +213,7 @@ our %FIELDS = ( allowed => (ALL_PKG | ALL_SRC) & (~CTRL_INFO_PKG), }, 'Maintainer' => { - allowed => CTRL_PKG_DEB | ALL_SRC | ALL_CHANGES, + allowed => CTRL_PKG_DEB| CTRL_FILE_STATUS | ALL_SRC | ALL_CHANGES, }, 'Multi-Arch' => { allowed => ALL_PKG, |