xz-utils 5.2.2-1.3 source package in Ubuntu

Changelog

xz-utils (5.2.2-1.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Force a constant /bin/sh for installed scripts. This helps the build
    be reproducible; /bin/sh on Debian is always POSIX. (Closes: #806331)

 -- Ximin Luo <email address hidden>  Wed, 28 Jun 2017 18:39:19 +0200

Upload details

Uploaded by:
Jonathan Nieder
Uploaded to:
Sid
Original maintainer:
Jonathan Nieder
Architectures:
any all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main utils

Downloads

File Size SHA-256 Checksum
xz-utils_5.2.2-1.3.dsc 2.5 KiB 3ea4e6a32f6265b152f89ceafe78c8839e5f4bb1cad137b159fe2013817f9342
xz-utils_5.2.2.orig.tar.xz 992.6 KiB f341b1906ebcdde291dd619399ae944600edc9193619dd0c0110a5f05bfcc89e
xz-utils_5.2.2.orig.tar.xz.asc 543 bytes 2cc0575556e1331b3f468e6e7dca5969ce86efcc315d62672279b4e68b2e449f
xz-utils_5.2.2-1.3.debian.tar.xz 106.1 KiB d76c3acf39d0999c14384695394970e8f98853fd6736ba91972d3e67106bc6f6

Available diffs

No changes file available.

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: No summary available for liblzma-doc in ubuntu artful.

No description available for liblzma-doc in ubuntu artful.

liblzma5: No summary available for liblzma5 in ubuntu artful.

No description available for liblzma5 in ubuntu artful.

liblzma5-dbgsym: No summary available for liblzma5-dbgsym in ubuntu disco.

No description available for liblzma5-dbgsym in ubuntu disco.

xz-utils: No summary available for xz-utils in ubuntu artful.

No description available for xz-utils in ubuntu artful.

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