Dpkg::Compression: Add new compression_get/set_cmdline_de/compress()
commitb700288ba1133b5c322b616960be81e2e44ac409
authorGuillem Jover <guillem@debian.org>
Thu, 22 Dec 2022 03:01:26 +0000 (22 04:01 +0100)
committerGuillem Jover <guillem@debian.org>
Sat, 24 Dec 2022 17:26:09 +0000 (24 18:26 +0100)
treeb5c8577e28c61ac0647939be7f5241cd01c4b0b7
parentd3c314634429c7566c7b6670bb6ac464ebcbb37b
Dpkg::Compression: Add new compression_get/set_cmdline_de/compress()

These functions handle the compression and decompression command-line,
which centralizes command-specific option setting, such as compression
level, or things like multi-threading. This also removes the last item
necessary from compression_get_property, which can be deprecated now.
scripts/Dpkg/Compression.pm
scripts/Dpkg/Compression/Process.pm