summaryrefslogtreecommitdiff
path: root/dpkg-deb/main.c
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2012-05-28 18:48:10 +0200
committerGuillem Jover <guillem@debian.org>2013-07-18 05:39:50 +0200
commitac02d172c0cab7cf06c28326b41dd2cc35da2fdc (patch)
tree0e5ab54e38ec061f851ec5ef45758a2862c41448 /dpkg-deb/main.c
parent16ab055e95a804a1fc176c7bd72b52a2be8412ab (diff)
downloaddpkg-ac02d172c0cab7cf06c28326b41dd2cc35da2fdc.tar.gz
dpkg-deb: Add support for gzip compression strategies
This adds support for filtered, huffman, rle and fixed strategies. Those are only usable when dpkg-deb uses zlib, because the command line tool gzip does not have any way to specify them.
Diffstat (limited to 'dpkg-deb/main.c')
-rw-r--r--dpkg-deb/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dpkg-deb/main.c b/dpkg-deb/main.c
index 9c5bf8bdb..ad097c451 100644
--- a/dpkg-deb/main.c
+++ b/dpkg-deb/main.c
@@ -112,7 +112,8 @@ usage(const struct cmdinfo *cip, const char *value)
" -Z<type> Set the compression type used when building.\n"
" Allowed types: gzip, xz, bzip2, none.\n"
" -S<strategy> Set the compression strategy when building.\n"
-" Allowed values: none, extreme (xz).\n"
+" Allowed values: none; extreme (xz);\n"
+" filtered, huffman, rle, fixed (gzip).\n"
"\n"));
printf(_(