diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-03-26 22:38:50 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-03-26 22:38:50 +0100 |
commit | 34f1d96cf5657b5e34cd9880dccfa2028fa16b13 (patch) | |
tree | 300bd83cccfc8872e99616826b0753e364450007 /doc | |
parent | 4e794c509becfd7e2bddfddc1205dc81397a48bd (diff) |
Switch the TranslationWriter to use MultiCompress to be able to generate
the compressed files as we want them and to prevent the file to be
replaced without a reason which could save us from steady redownloads
of a file with the same content.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-ftparchive.1.xml | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/doc/apt-ftparchive.1.xml b/doc/apt-ftparchive.1.xml index e639924ce..5bf47f32a 100644 --- a/doc/apt-ftparchive.1.xml +++ b/doc/apt-ftparchive.1.xml @@ -224,7 +224,13 @@ This is similar to <literal>Packages::Compress</literal> except that it controls the compression for the Contents files.</para></listitem> </varlistentry> - + + <varlistentry><term>Translation::Compress</term> + <listitem><para> + This is similar to <literal>Packages::Compress</literal> + except that it controls the compression for the Translation-en master file.</para></listitem> + </varlistentry> + <varlistentry><term>DeLinkLimit</term> <listitem><para> Specifies the number of kilobytes to delink (and @@ -238,6 +244,12 @@ defaults to 0644. All index files are set to this mode with no regard to the umask.</para></listitem> </varlistentry> + + <varlistentry><term>LongDescription</term> + <listitem><para> + Sets if long descriptions should be included in the Packages file or split + out into a master Translation-en file.</para></listitem> + </varlistentry> </variablelist> </refsect2> @@ -297,12 +309,6 @@ <filename>$(DIST)/$(SECTION)/i18n/Translation-en</filename></para></listitem> </varlistentry> - <varlistentry><term>LongDescription</term> - <listitem><para> - Sets if long descriptions should be included in the Packages file or split - out into a master Translation-en file.</para></listitem> - </varlistentry> - <varlistentry><term>InternalPrefix</term> <listitem><para> Sets the path prefix that causes a symlink to be |