xz-utils 5.2.5-2build1 source package in Ubuntu
Changelog
xz-utils (5.2.5-2build1) impish; urgency=medium * No-change rebuild to build packages with zstd compression. -- Matthias Klose <email address hidden> Thu, 07 Oct 2021 12:27:19 +0200
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Impish
- Original maintainer:
- Jonathan Nieder
- 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.5.orig.tar.xz | 1.1 MiB | 3e1e518ffc912f86608a8cb35e4bd41ad1aec210df2a47aaa1f95e7f5576ef56 |
xz-utils_5.2.5.orig.tar.xz.asc | 833 bytes | 6efc0075a58912e640119d2b52ef7d1518b260d8720fadc73df21ab7fc727624 |
xz-utils_5.2.5-2build1.debian.tar.xz | 32.8 KiB | 54398f129789c5fcb881ca59f43aebcc243fa8aff6397126f1432edfea3cc4bd |
xz-utils_5.2.5-2build1.dsc | 2.5 KiB | fb033e9626f2c095c3a448d052a22451da58db3b6aefeed9e2a6a6f3954a312f |
Available diffs
- diff from 5.2.5-2 (in Debian) to 5.2.5-2build1 (339 bytes)
Binary packages built by this source
- liblzma-dev: No summary available for liblzma-dev in ubuntu impish.
No description available for liblzma-dev in ubuntu impish.
- liblzma-doc: No summary available for liblzma-doc in ubuntu impish.
No description available for liblzma-doc in ubuntu impish.
- 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: No summary available for liblzma5-dbgsym in ubuntu impish.
No description available for liblzma5-dbgsym in ubuntu impish.
- xz-utils: No summary available for xz-utils in ubuntu impish.
No description available for xz-utils in ubuntu impish.
- 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