[ubuntu/noble-proposed] dpkg 1.22.6ubuntu2 (Accepted)

Gianfranco Costamagna locutusofborg at debian.org
Sat Mar 16 08:06:12 UTC 2024


dpkg (1.22.6ubuntu2) noble; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - Change native source version/format mismatch errors into warnings
      until the dust settles on Debian bug 737634 about override options.
    - Add DPKG_UNTRANSLATED_MESSAGES environment check so that higher-level
      tools can get untranslated dpkg terminal log messages while at the
      same time having translated debconf prompts.
    - Map unqualified package names of multiarch-same packages to the native
      arch instead of throwing an error, so that we don't break on upgrade
      when there are unqualified names stored in the dpkg trigger database.
    - Apply a workaround from mvo to consider ^rc packages as multiarch,
      during the dpkg consistency checks. (see LP: 1015567 and 1057367).
    - dpkg-gencontrol: Fix Package-Type override handling for ddeb support.
    - scripts/Dpkg/Vendor/Ubuntu.pm, scripts/dpkg-buildpackage.pl: set
      'nocheck' in build options by default on Ubuntu/riscv64.  Overridable
      in debian/rules with
      'DEB_BUILD_OPTIONS := $(filter-out nocheck,$(DEB_BUILD_OPTIONS))'.
    - dpkg-dev: Depend on lto-disabled-list.
    - dpkg-buildflags: Read package source names from lto-disabled-list,
      to build without lto optimizations. When adding a source package to the
      list, please also file a launchpad issue and tag it with 'lto'.
    - scripts/Dpkg/Vendor/Ubuntu.pm: set 'noudeb' build profile by
      default. Override this by exporting DEB_BUILD_PROFILE='!noudeb' which
      will be stripped, and thus building with udebs.
    - build: Switch default dpkg-deb compression from xz to zstd.
      Keep compressing dpkg.deb with xz to help bootstrapping on non-Ubuntu
      systems.
    - set default zstd compression level to 19
    - scripts/Dpkg/Vendor/Debian.pm: Always include "-fdebug-prefix-map"
      to build flags.  Map path to "/usr/src/PKGNAME-PKGVER" instead of
      ".", honouring the DWARF standard which prohibits relative paths
      in DW_AT_comp_dir.
    - scripts/{mk/buildflags.mk,t.mk}: Add support for DEB_BUILD_DEBUGPATH.
    - man/dpkg-buildflags.pod: Document new behaviour of "fdebugmap" and
      new DEB_BUILD_DEBUGPATH variable.
    - Disable -fstack-clash-protection on armhf since it causes crashes
    - dpkg-buildflags: Add a new feature "framepointer" in the "qa" area.
    - Turn on the use of frame pointers by default on 64bit architectures.
    - Update _FORTIFY_SOURCE documentation.
    - Update Dpkg_BuildFlags test case.
    - Fix debian/rules duplicate invocations of dh_builddeb
    - lib/dpkg/compress.c: clean up override of the default zstd compression
      level
    - dpkg-buildflags: Explicitly turn off hardening flags when requested.

dpkg (1.22.6) unstable; urgency=medium

  [ Guillem Jover ]
  * dpkg-deb: Fix up compressor parameters for default legacy format.
  * Perl modules:
    - Dpkg::Vendor::Debian: Make it possible to disable qa=-bug-implicit-func.
      Closes: #1065371
    - Dpkg::Vendor::Debian: Unconditionally set qa bug-implicit-func.
      See #1065371.
  * Documentation:
    - man: Document dpkg versions supporting SOURCE_DATE_EPOCH for various
      tools.
  * Code internals:
    - libdpkg: Use array access instead of pointer arithmetic for meminfo
      parser.
    - libdpkg: Use a macro to define the zstd default compression level.
  * Build system:
    - Test with minimal library dependencies in CI.
    - Add gen-release script.
  * Packaging:
    - Fix typo in man page reference in changelog.
  * Test suite:
    - Refactor OpenPGP backend and commands list.
    - Refactor certfile and keyfile filenames for OpenPGP test.
    - Skip OpenPGP tests if the backend does not have a verify command.
      Closes: #1065648
  * Localization:
    - Fix typos in Swedish man pages translations.
      Thanks to Andreas Rönnquist <gusnan at debian.org>. Closes: #1065672
    - Fix typos in Swedish man pages translations. Closes: #1065575
    - Update Dutch man pages translations.
      Thanks to Frans Spiesschaert <Frans.Spiesschaert at yucom.be>.
      Closes: #1065518
    - Update Portuguese man pages translations.
      Thanks to Américo Monteiro <a_monteiro at gmx.com>. Closes: #1065401

  [ Helge Kreutzmann ]
  * Localization:
    - Update German man pages translation.

Date: Sat, 16 Mar 2024 07:45:39 +0100
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/dpkg/1.22.6ubuntu2
-------------- next part --------------
Format: 1.8
Date: Sat, 16 Mar 2024 07:45:39 +0100
Source: dpkg
Built-For-Profiles: noudeb
Architecture: source
Version: 1.22.6ubuntu2
Distribution: noble
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Closes: 1065371 1065401 1065518 1065575 1065648 1065672
Changes:
 dpkg (1.22.6ubuntu2) noble; urgency=medium
 .
   * Merge from Debian unstable. Remaining changes:
     - Change native source version/format mismatch errors into warnings
       until the dust settles on Debian bug 737634 about override options.
     - Add DPKG_UNTRANSLATED_MESSAGES environment check so that higher-level
       tools can get untranslated dpkg terminal log messages while at the
       same time having translated debconf prompts.
     - Map unqualified package names of multiarch-same packages to the native
       arch instead of throwing an error, so that we don't break on upgrade
       when there are unqualified names stored in the dpkg trigger database.
     - Apply a workaround from mvo to consider ^rc packages as multiarch,
       during the dpkg consistency checks. (see LP: 1015567 and 1057367).
     - dpkg-gencontrol: Fix Package-Type override handling for ddeb support.
     - scripts/Dpkg/Vendor/Ubuntu.pm, scripts/dpkg-buildpackage.pl: set
       'nocheck' in build options by default on Ubuntu/riscv64.  Overridable
       in debian/rules with
       'DEB_BUILD_OPTIONS := $(filter-out nocheck,$(DEB_BUILD_OPTIONS))'.
     - dpkg-dev: Depend on lto-disabled-list.
     - dpkg-buildflags: Read package source names from lto-disabled-list,
       to build without lto optimizations. When adding a source package to the
       list, please also file a launchpad issue and tag it with 'lto'.
     - scripts/Dpkg/Vendor/Ubuntu.pm: set 'noudeb' build profile by
       default. Override this by exporting DEB_BUILD_PROFILE='!noudeb' which
       will be stripped, and thus building with udebs.
     - build: Switch default dpkg-deb compression from xz to zstd.
       Keep compressing dpkg.deb with xz to help bootstrapping on non-Ubuntu
       systems.
     - set default zstd compression level to 19
     - scripts/Dpkg/Vendor/Debian.pm: Always include "-fdebug-prefix-map"
       to build flags.  Map path to "/usr/src/PKGNAME-PKGVER" instead of
       ".", honouring the DWARF standard which prohibits relative paths
       in DW_AT_comp_dir.
     - scripts/{mk/buildflags.mk,t.mk}: Add support for DEB_BUILD_DEBUGPATH.
     - man/dpkg-buildflags.pod: Document new behaviour of "fdebugmap" and
       new DEB_BUILD_DEBUGPATH variable.
     - Disable -fstack-clash-protection on armhf since it causes crashes
     - dpkg-buildflags: Add a new feature "framepointer" in the "qa" area.
     - Turn on the use of frame pointers by default on 64bit architectures.
     - Update _FORTIFY_SOURCE documentation.
     - Update Dpkg_BuildFlags test case.
     - Fix debian/rules duplicate invocations of dh_builddeb
     - lib/dpkg/compress.c: clean up override of the default zstd compression
       level
     - dpkg-buildflags: Explicitly turn off hardening flags when requested.
 .
 dpkg (1.22.6) unstable; urgency=medium
 .
   [ Guillem Jover ]
   * dpkg-deb: Fix up compressor parameters for default legacy format.
   * Perl modules:
     - Dpkg::Vendor::Debian: Make it possible to disable qa=-bug-implicit-func.
       Closes: #1065371
     - Dpkg::Vendor::Debian: Unconditionally set qa bug-implicit-func.
       See #1065371.
   * Documentation:
     - man: Document dpkg versions supporting SOURCE_DATE_EPOCH for various
       tools.
   * Code internals:
     - libdpkg: Use array access instead of pointer arithmetic for meminfo
       parser.
     - libdpkg: Use a macro to define the zstd default compression level.
   * Build system:
     - Test with minimal library dependencies in CI.
     - Add gen-release script.
   * Packaging:
     - Fix typo in man page reference in changelog.
   * Test suite:
     - Refactor OpenPGP backend and commands list.
     - Refactor certfile and keyfile filenames for OpenPGP test.
     - Skip OpenPGP tests if the backend does not have a verify command.
       Closes: #1065648
   * Localization:
     - Fix typos in Swedish man pages translations.
       Thanks to Andreas Rönnquist <gusnan at debian.org>. Closes: #1065672
     - Fix typos in Swedish man pages translations. Closes: #1065575
     - Update Dutch man pages translations.
       Thanks to Frans Spiesschaert <Frans.Spiesschaert at yucom.be>.
       Closes: #1065518
     - Update Portuguese man pages translations.
       Thanks to Américo Monteiro <a_monteiro at gmx.com>. Closes: #1065401
 .
   [ Helge Kreutzmann ]
   * Localization:
     - Update German man pages translation.
Checksums-Sha1:
 59885daff34d4d2491992e50547bcb1076bef00c 3148 dpkg_1.22.6ubuntu2.dsc
 cbce690dd6e794886395914773b22a34aa65aa2e 5456488 dpkg_1.22.6ubuntu2.tar.xz
 be99889fee5e813be2a0db252faa9bdc021e94a7 8601 dpkg_1.22.6ubuntu2_source.buildinfo
Checksums-Sha256:
 dff8622c9bffe7f10adc9582e0fe318e529043ed45744df94035df5dddb3765b 3148 dpkg_1.22.6ubuntu2.dsc
 ea9b18a5e52f75f238b79834517bb539ecc69a0a2ef870fce94c2866555e0939 5456488 dpkg_1.22.6ubuntu2.tar.xz
 e14ff8dda8d8904b65b1f71a7c5ab47ce79f5eba6edbb10a41544786a0f91ac3 8601 dpkg_1.22.6ubuntu2_source.buildinfo
Files:
 b96361d9effe2e42aeb3b3fe0b39b484 3148 admin required dpkg_1.22.6ubuntu2.dsc
 a0eadba0a5113b6c101552a5cf92ea41 5456488 admin required dpkg_1.22.6ubuntu2.tar.xz
 7a88d6f1594334a5634e6173de3f37ee 8601 admin required dpkg_1.22.6ubuntu2_source.buildinfo
Original-Maintainer: Dpkg Developers <debian-dpkg at lists.debian.org>


More information about the noble-changes mailing list