summaryrefslogtreecommitdiffstats
path: root/man/dpkg-deb.pod
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-07 13:32:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-07 13:32:19 +0000
commit30106426aa305029a62f8c3e3a097d8daf0f6235 (patch)
treec0732ebeb6e75d850980f210626bee218e2f70e4 /man/dpkg-deb.pod
parentReleasing progress-linux version 1.22.8-0.0~progress7.99u1. (diff)
downloaddpkg-30106426aa305029a62f8c3e3a097d8daf0f6235.tar.xz
dpkg-30106426aa305029a62f8c3e3a097d8daf0f6235.zip
Merging upstream version 1.22.9.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/dpkg-deb.pod')
-rw-r--r--man/dpkg-deb.pod14
1 files changed, 8 insertions, 6 deletions
diff --git a/man/dpkg-deb.pod b/man/dpkg-deb.pod
index 40d29a7..2a8603c 100644
--- a/man/dpkg-deb.pod
+++ b/man/dpkg-deb.pod
@@ -263,10 +263,11 @@ L<dpkg-query(1)>.
The default for this field is ā€œ${Package}\t${Version}\nā€.
-=item B<-z>I<compress-level>
+=item B<-z>, B<--compression-level=>I<compress-level>
Specify which compression level to use on the compressor backend, when
-building a package (default is 9 for gzip, 6 for xz, 3 for zstd).
+building a package (default is 9 for gzip, 6 for xz, 3 for zstd;
+long option since dpkg 1.22.9).
The accepted values are compressor specific.
For gzip, from 0-9 with 0 being mapped to compressor none.
For xz from 0-9.
@@ -274,17 +275,18 @@ For zstd from 0-22, with levels from 20 to 22 enabling its ultra mode.
Before dpkg 1.16.2 level 0 was equivalent to compressor none for all
compressors.
-=item B<-S>I<compress-strategy>
+=item B<-S>, B<--compression-strategy=>I<compress-strategy>
Specify which compression strategy to use on the compressor backend, when
-building a package (since dpkg 1.16.2).
+building a package (since dpkg 1.16.2, long option since dpkg 1.22.9).
Allowed values are B<none> (since
dpkg 1.16.4), B<filtered>, B<huffman>, B<rle> and B<fixed> for
gzip (since dpkg 1.17.0) and B<extreme> for xz.
-=item B<-Z>I<compress-type>
+=item B<-Z>, B<--compression=>I<compress-type>
-Specify which compression type to use when building a package.
+Specify which compression type to use when building a package
+(long option since dpkg 1.22.9).
Allowed values are B<gzip>, B<xz> (since dpkg 1.15.6),
B<zstd> (since dpkg 1.21.18)
and B<none> (default is B<%DEB_DEFAULT_COMPRESSOR%>).