summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 168873203400601c1465c83ef5ed91f25d41bf86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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/lzlib.git
Vcs-Git: git://daniel-baumann.ch/git/debian/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.