diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-11-26 23:46:49 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-11-26 23:46:49 +0100 |
commit | 9c24493fabefe1a2549eaab81770dbe6f24916d9 (patch) | |
tree | 040799c1ee9e240a2652f1e87aa53975c29865cc /ftparchive/writer.h | |
parent | e4a30974d7b3fa092d962682e22c5a8171cf3407 (diff) |
Add APT::FTPArchive::LongDescription to disable the inclusion of the
LongDescriptions in the generated Packages file.
Diffstat (limited to 'ftparchive/writer.h')
-rw-r--r-- | ftparchive/writer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftparchive/writer.h b/ftparchive/writer.h index 6e161c752..e76438900 100644 --- a/ftparchive/writer.h +++ b/ftparchive/writer.h @@ -86,6 +86,7 @@ class PackagesWriter : public FTWScanner bool DoSHA256; bool NoOverride; bool DoContents; + bool LongDescription; // General options string PathPrefix; |