summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 2e634103bc937aed9488785a8fc9b49a4a0bdd31 (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
Source: zutils
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
 debhelper (>= 10),
 lzip,
 texinfo,
Standards-Version: 4.1.1
Homepage: http://www.nongnu.org/zutils/zutils.html
Vcs-Browser: https://sources.progress-linux.org/users/daniel.baumann/debian/packages/zutils
Vcs-Git: https://sources.progress-linux.org/users/daniel.baumann/debian/packages/zutils

Package: zutils
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 bzip2,
 lzip,
 xz-utils,
Enhances:
 bzip2,
 gzip,
 lzip,
 xz-utils,
Built-Using:
 ${built-using},
Conflicts:
 zfsutils,
Description: utilities for dealing with compressed files transparently
 Zutils is a collection of utilities for dealing with any combination of
 compressed and non-compressed files transparently. Currently the supported
 compressors are gzip, bzip2, lzip, and xz.

Package: zutils-dbg
Section: debug
Architecture: any
Depends:
 zutils (= ${binary:Version}),
 ${misc:Depends},
Description: utilities for dealing with compressed files transparently (debug)
 Zutils is a collection of utilities for dealing with any combination of
 compressed and non-compressed files transparently. Currently the supported
 compressors are gzip, bzip2, lzip, and xz.
 .
 This package contains the debugging symbols.