Dpkg::Compression: Make xz not emit warnings nor exit non-zero on warnings
commitcc5ecc7f713c2c0cb799a140d99139816bad1791
authorGuillem Jover <guillem@debian.org>
Mon, 2 Jan 2023 22:33:19 +0000 (2 23:33 +0100)
committerGuillem Jover <guillem@debian.org>
Mon, 2 Jan 2023 22:50:17 +0000 (2 23:50 +0100)
tree851994236490181690e2d9d812aa8c93c031d416
parentbeb1cdbdf2f5333a85c86e120bb2abc145d07b21
Dpkg::Compression: Make xz not emit warnings nor exit non-zero on warnings

When xz does not have enough memory given the requested threads, it
might end up adjusting the memory usage and number of threads, while
emitting a warning, and then exiting with non-zero. Both of which we
do not want from the library.
scripts/Dpkg/Compression.pm