X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/9feb98eb0aeed775f78cb4afbf6bc0e3a90e9fed..76325a660e09d3af503c292ae12c9de2830994e5:/doc/apt-ftparchive.1.xml?ds=sidebyside diff --git a/doc/apt-ftparchive.1.xml b/doc/apt-ftparchive.1.xml index f478564d3..705f416eb 100644 --- a/doc/apt-ftparchive.1.xml +++ b/doc/apt-ftparchive.1.xml @@ -14,7 +14,7 @@ &apt-email; &apt-product; - 2015-09-13T00:00:00Z + 2016-08-06T00:00:00Z @@ -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'.