lzlib 1.9-3 source package in Ubuntu

Changelog

lzlib (1.9-3) unstable; urgency=medium

  * Uploading to sid.
  * Updating to standards version 4.1.1.
  * Deprecating priority extra as of policy 4.0.1.
  * Applying patch from Helmut Grohne <email address hidden> to fix FTBFS
    when cross-compiling (Closes: #871605).

 -- Daniel Baumann <email address hidden>  Tue, 17 Oct 2017 15:11:48 +0200

Upload details

Uploaded by:
Daniel Baumann
Uploaded to:
Sid
Original maintainer:
Daniel Baumann
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lzlib_1.9-3.dsc 2.0 KiB f2bebc8389094766e5b88e11adaf0665f3530b0a942e1620d35dad8343fb01c3
lzlib_1.9.orig.tar.xz 71.6 KiB f5911da156532b7e144c511839a5009cc2db8a2fb06ba48cdb0872992643ff57
lzlib_1.9-3.debian.tar.xz 6.6 KiB 33e46c6a822e0ca52f1ded8d3dfd833e9f6cf369509104d760067554c39e4b8f

Available diffs

No changes file available.

Binary packages built by this source

liblz-dbg: No summary available for liblz-dbg in ubuntu bionic.

No description available for liblz-dbg in ubuntu bionic.

liblz-dev: data compressor based on the LZMA algorithm (development)

 The lzlib compression library provides in-memory LZMA compression and
 decompression functions, including integrity checking of the uncompressed data.
 The compressed data format used by the library is the lzip format.
 .
 This package contains the development files.

liblz1: data compressor based on the LZMA algorithm (library)

 The lzlib compression library provides in-memory LZMA compression and
 decompression functions, including integrity checking of the uncompressed data.
 The compressed data format used by the library is the lzip format.

minilzip: minified, lossless data compressor based on the LZMA algorithm

 Lzip is a lossless data compressor based on the LZMA algorithm, with very safe
 integrity checking and a user interface similar to the one of gzip or bzip2.
 Lzip decompresses almost as fast as gzip and compresses better than bzip2,
 which makes it well suited for software distribution and data archiving.
 .
 Minilzip is a minimal version of lzip using the lzip file format; the files
 produced by Minilzip are fully compatible with lzip.
 .
 Minilzip is intended as a test program for the lzlib library.