summaryrefslogtreecommitdiff
path: root/man/deb.5
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2010-02-01 05:16:33 +0100
committerGuillem Jover <guillem@debian.org>2010-02-25 09:37:42 +0100
commit9bb208a8338253a1c9e1d0642cf1ef039a335951 (patch)
tree6845d72279f5bbbca20318b2026fe51742e0c3ea /man/deb.5
parent8394c68c543ca4efc309f5c0917cc1d3998d5a79 (diff)
downloaddpkg-9bb208a8338253a1c9e1d0642cf1ef039a335951.tar.gz
Add support for xz compressed data.tar member of binary packages
Use the xz command from xz-utils to support xz-compressed binary packages. Add xz-utils to dpkg's Pre-Depends. The xz format is very similar to the lzma format, but it fixes some omissions in the latter, most notably a magic number for identification by file(1). Closes: #542160 Based-on-patch-by: Jonathan Nieder <jrnieder@gmail.com>
Diffstat (limited to 'man/deb.5')
-rw-r--r--man/deb.51
1 files changed, 1 insertions, 0 deletions
diff --git a/man/deb.5 b/man/deb.5
index c51ed12a1..a6f79aa41 100644
--- a/man/deb.5
+++ b/man/deb.5
@@ -56,6 +56,7 @@ The third, last required member is named
It contains the filesystem as a tar archive, either
not compressed (supported since dpkg 1.10.24), or compressed with
gzip (with \fB.gz\fP extension),
+xz (with \fB.xz\fP extension, supported since dpkg 1.15.6),
bzip2 (with \fB.bz2\fP extension, supported since dpkg 1.10.24) or
lzma (with \fB.lzma\fP extension, supported since dpkg 1.13.25).
.PP