diff options
author | Guillem Jover <guillem@debian.org> | 2010-02-01 05:16:33 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2010-02-25 09:37:42 +0100 |
commit | 9bb208a8338253a1c9e1d0642cf1ef039a335951 (patch) | |
tree | 6845d72279f5bbbca20318b2026fe51742e0c3ea /man/deb.5 | |
parent | 8394c68c543ca4efc309f5c0917cc1d3998d5a79 (diff) | |
download | dpkg-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.5 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |