Tweak changelog format for new upstream versions
[xz/debian.git] / debian / xz-utils.README.Debian
blob89aad9e2f68eda8cec46bb414a47ae60a3eee7a8
1 XZ Utils for Debian
2 -------------------
4 XZ Utils should have been called LZMA Utils 4.42, but it came too late.
5 The old .lzma file format has some problems, worst of which is the lack
6 of magic number, but it gets enough use to still need to be supported.
7 See /usr/share/doc/xz-utils/history.txt.gz for the full story.
9 To support old scripts and muscle memory, XZ Utils can emulate the
10 legacy LZMA Utils interface.  To use this feature, you can install some
11 subset of the following list of symbolic links to your $PATH.
13         lzma, unlzma, lzcat -> /usr/bin/xz
14         lzgrep, lzegrep, lzfgrep -> /usr/bin/xzgrep
15         lzless -> /usr/bin/xzless
16         lzmore -> /usr/bin/xzmore
17         lzdiff, lzcmp -> /usr/bin/xzdiff
19 To allow administrators to keep the old lzma package, the xz-utils
20 package does not provide those links itself.  If you would like XZ Utils
21 to provide these commands by default for all users, install the
22 xz-lzma package.
24  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 04 Jun 2010 02:25:06 -0500