[Reproducible-commits] [dpkg] 34/90: Dpkg::Control::FieldsCore: Allow the Maintainer field in CTRL_FILE_STATUS
Jérémy Bobbio
lunar at moszumanska.debian.org
Sat Aug 29 18:26:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch pu/reproducible_builds
in repository dpkg.
commit 8c038a0891e758b3cbd399023ed7307ea7b6f6d7
Author: Guillem Jover <guillem at debian.org>
Date: Tue Jul 21 02:36:15 2015 +0200
Dpkg::Control::FieldsCore: Allow the Maintainer field in CTRL_FILE_STATUS
This field is part of the status field.
---
debian/changelog | 1 +
scripts/Dpkg/Control/FieldsCore.pm | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index db5dae3..6915020 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ dpkg (1.18.2) UNRELEASED; urgency=low
- Remove trailing space before handling blank line dot-separator in
Dpkg::Control::HashCore. Regression introduced in dpkg 1.18.0.
Reported by Jakub Wilk <jwilk at debian.org>. Closes: #789580
+ - Allow the Maintainer field in CTRL_FILE_STATUS.
* Documentation:
- Fix grammar in dpkg-architecture(1).
Thanks to Chris Lamb <lamby at debian.org>. Closes: #787616
diff --git a/scripts/Dpkg/Control/FieldsCore.pm b/scripts/Dpkg/Control/FieldsCore.pm
index 1c6a764..99de438 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,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git
More information about the Reproducible-commits
mailing list