From: Raspbian automatic forward porter Date: Sun, 24 Dec 2023 17:53:58 +0000 (+0000) Subject: Merge version 1.22.1+rpi1 and 1.22.2 to produce 1.22.2+rpi1 X-Git-Tag: archive/raspbian/1.22.2+rpi1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=666eb1f0f8c73596bffc809d6f41329c6ba71d01;p=dpkg.git Merge version 1.22.1+rpi1 and 1.22.2 to produce 1.22.2+rpi1 --- ff9be69d17b4256cb48cf4b8ee400aa082afe321 diff --cc debian/changelog index d30e3a1f,112f1844..52f90146 --- a/debian/changelog +++ b/debian/changelog @@@ -1,13 -1,73 +1,84 @@@ - dpkg (1.22.1+rpi1) trixie-staging; urgency=medium ++dpkg (1.22.2+rpi1) trixie-staging; urgency=medium + + [changes brought forward from 1.20.5+rpi1 by Peter Michael Green at Sun, 02 Aug 2020 12:08:02 +0000] + * Hack up Vendor.pm so it doesn't fail + (see https://lists.debian.org/debian-dpkg/2020/08/msg00004.html ) + + [changes introduce in 1.21.17+rpi1 by Peter Michael Green] + * disable testsuite. + - -- Raspbian forward porter Thu, 02 Nov 2023 02:34:34 +0000 ++ -- Raspbian forward porter Sun, 24 Dec 2023 17:53:57 +0000 ++ + dpkg (1.22.2) unstable; urgency=medium + + [ Guillem Jover ] + * dpkg-shlibdeps: Do not require debian/control when parsing CLI options. + Closes: #1055536 + * Architecture support: + - Remove arm64ilp32 support. + See https://lists.debian.org/debian-dpkg/2023/11/msg00007.html. + - Remove uclinux support. + See https://lists.debian.org/debian-dpkg/2023/11/msg00012.html. + - Remove knetbsd-any support. + - Restrict kfreebsd ports to amd64 and i386. + - Restrict kopensolaris ports to amd64 and i386. + - Restrict hurd ports to amd64 and i386. + - Restrict dragonflybsd ports to amd64. + - Restrict aix ports to powerpc and ppc64. + - Restrict solaris ports to amd64, i386, sparc and sparc64. + - Restrict darwin ports to amd64, arm, arm64, i386, powerpc and ppc64. + - Restrict freebsd ports to amd64, arm, arm64, i386, powerpc, ppc64, riscv. + - Split tupletable header names description into two paragraphs. + * Perl modules: + - Dpkg::OpenPGP::Backend::Sequoia: Switch to use --signer-file. + - Dpkg::Vendor::Debian: Mask PIE for alpha and ia64. Closes: #1040062 + - Dpkg::Control::Types: Add aliases for type enumerations. + * Documentation: + - man: Add dpkg-build-api behavior for Rules-Requires-Root field defaults. + - man: Improve description for dpkg-build-api v1 items. + - doc, man: Clarify terminology for Debian control files. + * Code internals: + - libcompat: Disable VLA usage for gettext.h. + - libdpkg: Remove dead code after non-returning error function call. + - libdpkg: Mark varbuf constructor as explicit. + - Reduce variables scope. + - update-alternatives: Wrap the bad_format() function pointer call into a + new function. + - start-stop-daemon: Rename local variables shadowing global info() + function name. + - libdpkg: Add underscore after NO to FHFF_NONEW and FHFF_NOCOPY enum + values. + - Use FHFF_NONE instead of a literal 0 in calls to fsys_hash_find_node(). + Reported by Alexandre Detiste . + - dpkg-split: Change heading print logic to use a proper boolean. + - dpkg-shlibdeps: Defer add_library_dir() calls after option parsing. + - libdpkg: Remove unused DEFAULTSHELL and DEFAULTPAGER macros. + - dpkg-buildapi: Do not include newline in Usage text to be translated. + * Build system: + - Check whether we need to linkg against libtinfo explicitly. + - Add support for structured procfs via struct psinfo. + - Replace action-if-found with : for extra libselinux check. + - Check and print sizeof off_t and time_t on the configure summary. + * Packaging: + - Use installtest instead of test target in autopkgtests. + * Test suite: + - Reorder check on whether pkg is NULL. + - Split and sort cppcheck arguments to be one per line. + - Remove unused cppcheck suppressions. + - Improve cppcheck coverage. + - Pass -I to cppcheck instead of «.» if is defined. + * Localization: + - Update Catalan translations. + - Update Dutch translations. + Thanks to Frans Spiesschaert . + Closes: #1058631, #1058637 + + [ Helge Kreutzmann ] + * Localization: + - Update German man pages translation. + - Update German scripts translation. + + -- Guillem Jover Mon, 18 Dec 2023 03:37:08 +0100 dpkg (1.22.1) unstable; urgency=medium