summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: be1a7db9b2dd119a9f56970bb59f4f42e0c18df0 (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
Source: zutils
Section: utils
Priority: extra
Maintainer: Daniel Baumann <mail@daniel-baumann.ch>
Build-Depends:
 debhelper (>= 9),
 lzip,
 texinfo,
Standards-Version: 3.9.8
Homepage: http://www.nongnu.org/zutils/zutils.html
Vcs-Browser: https://github.com/daniel-baumann/zutils
Vcs-Git: https://github.com/daniel-baumann/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},
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
Priority: extra
Architecture: any
Depends:
 ${misc:Depends},
 zutils (= ${binary:Version}),
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.