From 124e6916b7b02984803ff8217e8163947aae2882 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Fri, 27 May 2016 12:08:32 +0200 Subject: fix and document on the fly compressor config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libapt allows to configure compressors to be used by its system via configuration implemented in 03bef78461c6f443187b60799402624326843396, but that was never really documented and also only partly working, which also explains why the tests weren't using it… --- doc/apt-ftparchive.1.xml | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) (limited to 'doc/apt-ftparchive.1.xml') diff --git a/doc/apt-ftparchive.1.xml b/doc/apt-ftparchive.1.xml index f478564d3..3dc6a6ceb 100644 --- a/doc/apt-ftparchive.1.xml +++ b/doc/apt-ftparchive.1.xml @@ -88,23 +88,26 @@ The release command generates a Release file from a - directory tree. It recursively searches the given directory for uncompressed - Packages and Sources files and ones - compressed with gzip, bzip2 or lzma - as well as Release and md5sum.txt files by default - (APT::FTPArchive::Release::Default-Patterns). Additional filename patterns - can be added by listing them in APT::FTPArchive::Release::Patterns. - It then writes to stdout a Release file containing (by default) an MD5, + directory tree. It recursively searches the given directory for + uncompressed and compressed Packages, + Sources, Contents, + Components and icons files as + well as Release, Index and + md5sum.txt files by default + (APT::FTPArchive::Release::Default-Patterns). + Additional filename patterns can be added by listing them in + APT::FTPArchive::Release::Patterns. It then writes to + stdout a Release file containing (by default) an MD5, SHA1, SHA256 and SHA512 digest for each file. Values for the additional metadata fields in the Release file are taken from the corresponding variables under APT::FTPArchive::Release, - e.g. APT::FTPArchive::Release::Origin. The supported fields - are: Origin, Label, Suite, + e.g. APT::FTPArchive::Release::Origin. The supported fields + are Origin, Label, Suite, Version, Codename, Date, - Valid-Until, Architectures, - Components, Description. + Valid-Until, Signed-By, Architectures, + Components and Description. @@ -177,10 +180,11 @@ - Sets the default compression schemes to use - for the package index files. It is a string that contains a space - separated list of at least one of: '.' (no compression), 'gzip' and - 'bzip2'. The default for all compression schemes is '. gzip'. + Sets the default compression schemes to use + for the package index files. It is a string that contains a space + separated list of at least one of the compressors configured via the + configuration scope. + The default for all compression schemes is '. gzip'. -- cgit v1.2.3