1
0
Fork 0
zutils/debian/control
Daniel Baumann 69d133d268
Updating standards version to 4.7.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-24 06:31:09 +01:00

40 lines
1 KiB
Text

Source: zutils
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
lzip,
texinfo,
Rules-Requires-Root: no
Standards-Version: 4.7.1
Homepage: http://www.nongnu.org/zutils/zutils.html
Vcs-Browser: https://forgejo.debian.net/lzip/zutils
Vcs-Git: https://forgejo.debian.net/lzip/zutils
Package: zutils
Section: utils
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Breaks:
# We must ensure that gzip is upgraded before zutils.postinst runs. As it is
# essential, Breaks is sufficient here and the janitor may propose dropping
# this relation eventually.
gzip (<< 1.12-1.1~),
Suggests:
bzip2,
lzip,
xz-utils,
zstd,
Enhances:
bzip2,
gzip,
lzip,
xz-utils,
zstd,
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, xz, and zstd.