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 /doc/apt-ftparchive.1.xml | |
parent | e4a30974d7b3fa092d962682e22c5a8171cf3407 (diff) |
Add APT::FTPArchive::LongDescription to disable the inclusion of the
LongDescriptions in the generated Packages file.
Diffstat (limited to 'doc/apt-ftparchive.1.xml')
-rw-r--r-- | doc/apt-ftparchive.1.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/apt-ftparchive.1.xml b/doc/apt-ftparchive.1.xml index d4d77c68e..d47df957a 100644 --- a/doc/apt-ftparchive.1.xml +++ b/doc/apt-ftparchive.1.xml @@ -15,7 +15,7 @@ &apt-email; &apt-product; <!-- The last update date --> - <date>29 February 2004</date> + <date>17 August 2009</date> </refentryinfo> <refmeta> @@ -543,7 +543,16 @@ for i in Sections do Make the caching databases read only. Configuration Item: <literal>APT::FTPArchive::ReadOnlyDB</literal>.</para></listitem> </varlistentry> - + + <varlistentry><term><option>APT::FTPArchive::LongDescription</option></term> + <listitem><para> + This configuration option defaults to "<literal>true</literal>" and should only be set to + <literal>"false"</literal> if the Archive generated with &apt-ftparchive; also provides + <filename>Translation</filename> files. Note that it is currently not possible to create these + files with <command>apt-ftparchive</command>. + </para></listitem> + </varlistentry> + &apt-commonoptions; </variablelist> |