This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=e497c77f960e6068458eb6a1c315eedee08afc45 commit e497c77f960e6068458eb6a1c315eedee08afc45 Author: Guillem Jover <[email protected]> AuthorDate: Tue Dec 20 03:39:29 2022 +0100 debian: Clarify new xz multi-threded support is for decompression --- debian/changelog | 2 +- debian/control | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7e669b6bb..6b076a358 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,7 +35,7 @@ dpkg (1.21.13) unstable; urgency=medium - Fix m4 files coding style. - Include <stdio.h> for printf() usage in __progname check. * Packaging: - - Require liblzma >= 5.4.0 for multi-threaded compressor support. + - Require liblzma >= 5.4.0 for multi-threaded decompressor support. - Clarify versioned dependency rationale comments. - Add pkgconf as main Build-Depends alternative to pkg-config. * Test suite: diff --git a/debian/control b/debian/control index fd93ce99e..464f42417 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: libmd-dev, zlib1g-dev, libbz2-dev, -# Version needed for multi-threaded compressor support. +# Version needed for multi-threaded decompressor support. liblzma-dev (>= 5.4.0), libselinux1-dev [linux-any], libncurses-dev (>= 6.1+20180210), @@ -82,7 +82,7 @@ Depends: ${misc:Depends}, libmd-dev, zlib1g-dev, -# Version needed for multi-threaded compressor support. +# Version needed for multi-threaded decompressor support. liblzma-dev (>= 5.4.0), libbz2-dev, Description: Debian package management static library -- Dpkg.Org's dpkg

