summaryrefslogtreecommitdiff
path: root/ftparchive
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2016-05-01 11:38:44 +0200
committerJulian Andres Klode <jak@debian.org>2016-05-01 11:38:44 +0200
commit79fe74283ca8c941806085a3ae1bacfac2287d1c (patch)
tree776cfe291265e8c688f4efd7afbf1f3214548714 /ftparchive
parent451051d8e946d2d3a6664222b976768406e743c7 (diff)
ftparchive: Support writing Signed-By fields
Diffstat (limited to 'ftparchive')
-rw-r--r--ftparchive/writer.cc1
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";