Adding zstd in control (Closes: #1009305).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9cffa53b28
commit
ea5c391d07
1 changed files with 3 additions and 1 deletions
4
debian/control
vendored
4
debian/control
vendored
|
@ -22,11 +22,13 @@ Recommends:
|
||||||
bzip2,
|
bzip2,
|
||||||
lzip,
|
lzip,
|
||||||
xz-utils,
|
xz-utils,
|
||||||
|
zstd,
|
||||||
Enhances:
|
Enhances:
|
||||||
bzip2,
|
bzip2,
|
||||||
gzip,
|
gzip,
|
||||||
lzip,
|
lzip,
|
||||||
xz-utils,
|
xz-utils,
|
||||||
|
zstd,
|
||||||
Built-Using:
|
Built-Using:
|
||||||
${built-using},
|
${built-using},
|
||||||
Conflicts:
|
Conflicts:
|
||||||
|
@ -34,4 +36,4 @@ Conflicts:
|
||||||
Description: utilities for dealing with compressed files transparently
|
Description: utilities for dealing with compressed files transparently
|
||||||
Zutils is a collection of utilities for dealing with any combination of
|
Zutils is a collection of utilities for dealing with any combination of
|
||||||
compressed and non-compressed files transparently. Currently the supported
|
compressed and non-compressed files transparently. Currently the supported
|
||||||
compressors are gzip, bzip2, lzip, and xz.
|
compressors are gzip, bzip2, lzip, xz, and zstd.
|
||||||
|
|
Loading…
Add table
Reference in a new issue