xz-utils 5.2.4-1ubuntu1 source package in Ubuntu
Changelog
xz-utils (5.2.4-1ubuntu1) focal; urgency=medium * Use the generic % rule in debian/rules, otherwise it FTBFS with debhelper 12.5. Closes: #945961. LP: #1870088. -- Tiago Stürmer Daitx <email address hidden> Mon, 20 Apr 2020 21:43:24 +0000
Upload details
- Uploaded by:
- Tiago Stürmer Daitx
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- utils
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
xz-utils_5.2.4.orig.tar.xz | 1.0 MiB | 9717ae363760dedf573dad241420c5fea86256b65bc21d2cf71b2b12f0544f4b |
xz-utils_5.2.4.orig.tar.xz.asc | 879 bytes | 88290c1deeaf674ae2a4821f4373fe0e4cc2a94199eae6dcc26df1e70cc15303 |
xz-utils_5.2.4-1ubuntu1.debian.tar.xz | 132.3 KiB | daaa79e97b131e18381c05ed3b7cb878acd6c6f7341779039d7a2af765f37627 |
xz-utils_5.2.4-1ubuntu1.dsc | 2.6 KiB | ef1afb534aae085f0f1265a0b282be3c839b97f5fd30ed652826aeb81b132724 |
Available diffs
- diff from 5.2.4-1 (in Debian) to 5.2.4-1ubuntu1 (824 bytes)
Binary packages built by this source
- liblzma-dev: XZ-format compression library - development files
XZ is the successor to the Lempel-
Ziv/Markov- chain Algorithm
compression format, which provides memory-hungry but powerful
compression (often better than bzip2) and fast, easy decompression.
.
The native format of liblzma is XZ; it also supports raw (headerless)
streams and the older LZMA format used by lzma. (For 7-Zip's related
format, use the p7zip package instead.) This package provides the
development library needed to build programs using liblzma.
- liblzma-doc: XZ-format compression library - API documentation
This package contains a reference manual for the liblzma data
compression library, in Doxygen-generated HTML files. The purpose
of each struct, macro, and function in the public interface is
explained.
- liblzma5: XZ-format compression library
XZ is the successor to the Lempel-
Ziv/Markov- chain Algorithm
compression format, which provides memory-hungry but powerful
compression (often better than bzip2) and fast, easy decompression.
.
The native format of liblzma is XZ; it also supports raw (headerless)
streams and the older LZMA format used by lzma. (For 7-Zip's related
format, use the p7zip package instead.)
- liblzma5-dbgsym: debug symbols for liblzma5
- xz-utils: XZ-format compression utilities
XZ is the successor to the Lempel-
Ziv/Markov- chain Algorithm
compression format, which provides memory-hungry but powerful
compression (often better than bzip2) and fast, easy decompression.
.
This package provides the command line tools for working with XZ
compression, including xz, unxz, xzcat, xzgrep, and so on. They can
also handle the older LZMA format, and if invoked via appropriate
symlinks will emulate the behavior of the commands in the lzma
package.
.
The XZ format is similar to the older LZMA format but includes some
improvements for general use:
.
* 'file' magic for detecting XZ files;
* crc64 data integrity check;
* limited random-access reading support;
* improved support for multithreading (not used in xz-utils);
* support for flushing the encoder.
- xz-utils-dbgsym: debug symbols for xz-utils
- xzdec: XZ-format compression utilities - tiny decompressors
XZ is the successor to the Lempel-
Ziv/Markov- chain Algorithm
compression format, which provides memory-hungry but powerful
compression (often better than bzip2) and fast, easy decompression.
.
This package provides the xzdec and lzmadec utilities, which write
the decompressed version of a compressed file to standard output. The
binaries are very small, so they can be easily stored on small media
with some compressed files, and they are linked statically against
liblzma so they can be used on machines without a compatible version
of liblzma installed. However, they have:
.
* no compression support;
* no support for writing to a file other than standard output;
* no translated messages;
* been optimized for size rather than speed.
.
For a full-featured xzcat command without these limitations, use
the xz-utils package instead.
- xzdec-dbgsym: debug symbols for xzdec