diff options
author | Julian Andres Klode <jak@debian.org> | 2016-05-01 11:38:44 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-05-01 11:38:44 +0200 |
commit | 79fe74283ca8c941806085a3ae1bacfac2287d1c (patch) | |
tree | 776cfe291265e8c688f4efd7afbf1f3214548714 /ftparchive | |
parent | 451051d8e946d2d3a6664222b976768406e743c7 (diff) |
ftparchive: Support writing Signed-By fields
Diffstat (limited to 'ftparchive')
-rw-r--r-- | ftparchive/writer.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftparchive/writer.cc b/ftparchive/writer.cc index 894a1173b..d4b46042f 100644 --- a/ftparchive/writer.cc +++ b/ftparchive/writer.cc @@ -1019,6 +1019,7 @@ ReleaseWriter::ReleaseWriter(FileFd * const GivenOutput, string const &/*DB*/) : Fields["Architectures"] = ""; Fields["Components"] = ""; Fields["Description"] = ""; + Fields["Signed-By"] = ""; if (_config->FindB("APT::FTPArchive::DoByHash", false) == true) Fields["Acquire-By-Hash"] = "true"; |