From 8c038a0891e758b3cbd399023ed7307ea7b6f6d7 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 21 Jul 2015 02:36:15 +0200 Subject: Dpkg::Control::FieldsCore: Allow the Maintainer field in CTRL_FILE_STATUS This field is part of the status field. --- scripts/Dpkg/Control/FieldsCore.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Dpkg/Control/FieldsCore.pm') 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, -- cgit v1.2.3