Merge version 1.22.1+rpi1 and 1.22.2 to produce 1.22.2+rpi1 archive/raspbian/1.22.2+rpi1 raspbian/1.22.2+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Sun, 24 Dec 2023 17:53:58 +0000 (17:53 +0000)
committerRaspbian automatic forward porter <root@raspbian.org>
Sun, 24 Dec 2023 17:53:58 +0000 (17:53 +0000)
1  2 
debian/changelog

index d30e3a1f16c4f3c4f481512039fa10ca2a4daa53,112f1844c24bd89cac506503be4b3dd7f9e4a1d8..52f90146df468156dc4c663a86602824a81787d4
@@@ -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 <plugwash@raspbian.org> 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 <root@raspbian.org>  Thu, 02 Nov 2023 02:34:34 +0000
++ -- Raspbian forward porter <root@raspbian.org>  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 <alexandre.detiste@gmail.com>.
+     - 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<builddir> to cppcheck instead of «.» if <builddir> is defined.
+   * Localization:
+     - Update Catalan translations.
+     - Update Dutch translations.
+       Thanks to Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
+       Closes: #1058631, #1058637
+   [ Helge Kreutzmann ]
+   * Localization:
+     - Update German man pages translation.
+     - Update German scripts translation.
+  -- Guillem Jover <guillem@debian.org>  Mon, 18 Dec 2023 03:37:08 +0100
  
  dpkg (1.22.1) unstable; urgency=medium