diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-11 14:58:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-11 14:58:12 +0000 |
commit | 6a3ff12b17a443d6496b18142072647d17d52ed4 (patch) | |
tree | 25485b5f55c7d041ae5c848d885e201b60552b8b | |
parent | Releasing debian version 1.11-3. (diff) | |
download | zutils-6a3ff12b17a443d6496b18142072647d17d52ed4.tar.xz zutils-6a3ff12b17a443d6496b18142072647d17d52ed4.zip |
Adding zstd in control (Closes: #1009305).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 811144e..4b1d1f9 100644 --- a/debian/control +++ b/debian/control @@ -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. |