summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 724fe02223f025f7c2f48156de090e372399600e (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
Source: zutils
Section: utils
Priority: extra
Maintainer: Daniel Baumann <daniel.baumann@progress-technologies.net>
Build-Depends: debhelper (>= 9), lzip, texinfo
Standards-Version: 3.9.4
Homepage: http://www.nongnu.org/zutils/zutils.html

Package: zutils
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: bzip2, lzip, xz-utils
Enhances: bzip2, gzip, lzip, xz-utils
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.