1
0
Fork 0

Adding zstd in control (Closes: #1009305).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 06:01:28 +01:00
parent 9cffa53b28
commit ea5c391d07
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

4
debian/control vendored
View file

@ -22,11 +22,13 @@ Recommends:
bzip2,
lzip,
xz-utils,
zstd,
Enhances:
bzip2,
gzip,
lzip,
xz-utils,
zstd,
Built-Using:
${built-using},
Conflicts:
@ -34,4 +36,4 @@ Conflicts:
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.
compressors are gzip, bzip2, lzip, xz, and zstd.