56 lines
1.8 KiB
Text
56 lines
1.8 KiB
Text
Source: lzlib
|
|
Section: libs
|
|
Priority: optional
|
|
Maintainer: Daniel Baumann <mail@daniel-baumann.ch>
|
|
Build-Depends: debhelper (>= 9), texinfo
|
|
Standards-Version: 3.9.4
|
|
Homepage: http://www.nongnu.org/lzip/lzlib.html
|
|
Vcs-Browser: http://daniel-baumann.ch/gitweb/?p=debian/packages/lzlib.git
|
|
Vcs-Git: git://daniel-baumann.ch/git/debian/packages/lzlib.git
|
|
|
|
Package: liblz1
|
|
Section: libs
|
|
Architecture: any
|
|
Pre-Depends: multiarch-support
|
|
Depends:
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
Breaks: lzip (<< 1.15~)
|
|
Provides:
|
|
minilzip,
|
|
lzip-alternative,
|
|
Description: 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.
|
|
|
|
Package: liblz-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Depends:
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
liblz1 (= ${binary:Version}),
|
|
Breaks: lzip (<< 1.15~)
|
|
Provides: lzip-alternative
|
|
Description: 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.
|
|
|
|
Package: liblz-dbg
|
|
Section: debug
|
|
Priority: extra
|
|
Architecture: any
|
|
Depends:
|
|
${misc:Depends},
|
|
liblz1 (= ${binary:Version}),
|
|
liblz-dev (= ${binary:Version}),
|
|
Description: data compressor based on the LZMA algorithm (debug)
|
|
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 debugging symbols.
|