File: control

package info (click to toggle)
lzfse 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 392 kB
  • sloc: ansic: 3,383; makefile: 36
file content (71 lines) | stat: -rw-r--r-- 1,998 bytes parent folder | download
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Source: lzfse
Section: libs
Priority: optional
Maintainer: Debian Bananas Team <team+bananas@tracker.debian.org>
Uploaders:
 Tobias Heider <me@tobhe.de>,
Build-Depends:
 debhelper-compat (= 13),
 architecture-is-little-endian,
 cmake,
Standards-Version: 4.7.2
Homepage: https://github.com/lzfse/lzfse
Vcs-Browser: https://salsa.debian.org/bananas-team/lzfse
Vcs-Git: https://salsa.debian.org/bananas-team/lzfse.git
Rules-Requires-Root: no

Package: liblzfse1
Section: libs
Architecture: any
Multi-Arch: same
Breaks:
 liblzfse (<= 1.0-1),
Replaces:
 liblzfse (<= 1.0-1),
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: LZFSE Compression library
 LZFSE is a Lempel-Ziv style data compression algorithm using Finite
 State Entropy coding. It targets similar compression rates at higher
 compression and decompression speed compared to deflate using zlib.

Package: liblzfse-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 liblzfse1 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Breaks:
 lzfse-dev (<= 1.0-1),
Replaces:
 lzfse-dev (<= 1.0-1),
Description: LZFSE Compression library (development files)
 LZFSE is a Lempel-Ziv style data compression algorithm using Finite
 State Entropy coding. It targets similar compression rates at higher
 compression and decompression speed compared to deflate using zlib.
 .
 This package contains the development files (C headers)

Package: lzfse
Section: misc
Architecture: any
Multi-Arch: foreign
Breaks:
 lzfse-bin (<= 1.0-1),
Replaces:
 lzfse-bin (<= 1.0-1),
Depends:
 liblzfse1 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: LZFSE Compression library (command line tool)
 LZFSE is a Lempel-Ziv style data compression algorithm using Finite
 State Entropy coding. It targets similar compression rates at higher
 compression and decompression speed compared to deflate using zlib.
 .
 This package contains binary utilities that accompany the library.