[ubuntu/hirsute-proposed] dpkg 1.20.9ubuntu1 (Accepted)

Matthias Klose doko at ubuntu.com
Thu Apr 15 13:50:48 UTC 2021


dpkg (1.20.9ubuntu1) hirsute; urgency=medium

  * Merge with Debian; 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.
    - Special-case arm{el,hf} ELF objects in Shlibs/Objdump.pm for multilib.
    - 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.
    - Add Zstd compression and decompression support for binary packages.
    - scripts/Dpkg/Vendor/Ubuntu.pm: set 'nocheck' in build options by default
      on Ubuntu/riscv64.  Overridable in debian/rules with
      'DEB_BUILD_OPTIONS := $(filter-out nocheck,$(DEB_BUILD_OPTIONS))'.
    - scripts/Dpkg/Vendor/Ubuntu.pm, scripts/dpkg-buildpackage.pl:
      Set 'nocheck' for riscv64 using a new 'update-buildopts' hook and make
      it effective with old style debhelper, too.
    - Dpkg::Vendor::Debian: Add new lto feature in new optimize area, taken
      from
      https://git.hadrons.org/cgit/debian/dpkg/dpkg.git/log/?h=next/1.21.x
    - 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'.
    - Turn on LTO optimizations on amd64, arm64, ppc64el, s390x.
      See https://wiki.ubuntu.com/ToolChain/LTO for more information.
    - 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. LP: #1884836

dpkg (1.20.9) unstable; urgency=medium

  [ Guillem Jover ]
  * Test suite:
    - Pass --ignore-builtin-builddeps to dpkg-buildpackage.

dpkg (1.20.8) unstable; urgency=medium

  [ Guillem Jover ]
  * start-stop-daemon: Open the --output file in append mode.
  * dpkg: Fix --auto-deconfigure for essential and protected during
    installation. Reported by Julian Andres Klode <jak at debian.org>.
    See #983014.
  * dpkg-realpath: Fix resolution for absolute symlinks on «/».
    Closes: #983855
  * dpkg-realpath: Fix symlink loop tracker.
  * Perl modules:
    - Test::Dpkg: Fix test data path fetching on CPAN.
    - Dpkg::Exit: Preserve exit code in END block.
  * Build system:
    - Group Test::Dpkg changelog entries into “Perl modules” section.
  * Packaging:
    - Run autopkgtest test suites in verbose mode.
  * Test suite:
    - Set PERL in the perl test suite.
    - Use gunzip instead of zcat and assume it might not be present.
    - Mock dpkg and gcc for architecture detection code.
    - Initialize DEB_BUILD_ARCH and DEB_HOST_ARCH to avoid computing them.
    - Update suppressions for cppcheck 2.4.

  [ Update man pages translations ]
  * Dutch (Frans Spiesschaert). Closes: #981884
  * German (Helge Kreutzmann).
  * Portuguese (Américo Monteiro). Closes: #980018

  [ Update programs translations ]
  * Dutch (Frans Spiesschaert). Closes: #981882

  [ Update scripts translations ]
  * German (Helge Kreutzmann). Closes: #983865

Date: Wed, 14 Apr 2021 12:32:22 +0200
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/dpkg/1.20.9ubuntu1
-------------- next part --------------
Format: 1.8
Date: Wed, 14 Apr 2021 12:32:22 +0200
Source: dpkg
Built-For-Profiles: noudeb
Architecture: source
Version: 1.20.9ubuntu1
Distribution: hirsute
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko at ubuntu.com>
Closes: 980018 981882 981884 983855 983865
Launchpad-Bugs-Fixed: 1884836
Changes:
 dpkg (1.20.9ubuntu1) hirsute; urgency=medium
 .
   * Merge with Debian; 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.
     - Special-case arm{el,hf} ELF objects in Shlibs/Objdump.pm for multilib.
     - 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.
     - Add Zstd compression and decompression support for binary packages.
     - scripts/Dpkg/Vendor/Ubuntu.pm: set 'nocheck' in build options by default
       on Ubuntu/riscv64.  Overridable in debian/rules with
       'DEB_BUILD_OPTIONS := $(filter-out nocheck,$(DEB_BUILD_OPTIONS))'.
     - scripts/Dpkg/Vendor/Ubuntu.pm, scripts/dpkg-buildpackage.pl:
       Set 'nocheck' for riscv64 using a new 'update-buildopts' hook and make
       it effective with old style debhelper, too.
     - Dpkg::Vendor::Debian: Add new lto feature in new optimize area, taken
       from
       https://git.hadrons.org/cgit/debian/dpkg/dpkg.git/log/?h=next/1.21.x
     - 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'.
     - Turn on LTO optimizations on amd64, arm64, ppc64el, s390x.
       See https://wiki.ubuntu.com/ToolChain/LTO for more information.
     - 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. LP: #1884836
 .
 dpkg (1.20.9) unstable; urgency=medium
 .
   [ Guillem Jover ]
   * Test suite:
     - Pass --ignore-builtin-builddeps to dpkg-buildpackage.
 .
 dpkg (1.20.8) unstable; urgency=medium
 .
   [ Guillem Jover ]
   * start-stop-daemon: Open the --output file in append mode.
   * dpkg: Fix --auto-deconfigure for essential and protected during
     installation. Reported by Julian Andres Klode <jak at debian.org>.
     See #983014.
   * dpkg-realpath: Fix resolution for absolute symlinks on «/».
     Closes: #983855
   * dpkg-realpath: Fix symlink loop tracker.
   * Perl modules:
     - Test::Dpkg: Fix test data path fetching on CPAN.
     - Dpkg::Exit: Preserve exit code in END block.
   * Build system:
     - Group Test::Dpkg changelog entries into “Perl modules” section.
   * Packaging:
     - Run autopkgtest test suites in verbose mode.
   * Test suite:
     - Set PERL in the perl test suite.
     - Use gunzip instead of zcat and assume it might not be present.
     - Mock dpkg and gcc for architecture detection code.
     - Initialize DEB_BUILD_ARCH and DEB_HOST_ARCH to avoid computing them.
     - Update suppressions for cppcheck 2.4.
 .
   [ Update man pages translations ]
   * Dutch (Frans Spiesschaert). Closes: #981884
   * German (Helge Kreutzmann).
   * Portuguese (Américo Monteiro). Closes: #980018
 .
   [ Update programs translations ]
   * Dutch (Frans Spiesschaert). Closes: #981882
 .
   [ Update scripts translations ]
   * German (Helge Kreutzmann). Closes: #983865
Checksums-Sha1:
 7f757adfdfcab3a267f9e1cfe036e4b2d302a269 2271 dpkg_1.20.9ubuntu1.dsc
 27b326692be0e292100ba9bda10d39b7e4c8a830 4983900 dpkg_1.20.9ubuntu1.tar.xz
 09de663fa9f47bb805520eefddeaaca76a557ed1 9014 dpkg_1.20.9ubuntu1_source.buildinfo
Checksums-Sha256:
 55a5dceb6e646fdc6dff923e92c76a8fae516223fe46acceab535e02b091673e 2271 dpkg_1.20.9ubuntu1.dsc
 f4346d246f06100d9fd94df7ba6a42b578c99d99a195b3823c0543a2c4307852 4983900 dpkg_1.20.9ubuntu1.tar.xz
 1c97afd5506f6f2d3652c6feb6a7d66e042aac522fcf531ff803d457f808e346 9014 dpkg_1.20.9ubuntu1_source.buildinfo
Files:
 4201f9fabd3317312a35a42c4614556e 2271 admin required dpkg_1.20.9ubuntu1.dsc
 88682859fb58b0f5b3ffda1c3deb4bc2 4983900 admin required dpkg_1.20.9ubuntu1.tar.xz
 888053bf13233d885d419317c6967a5e 9014 admin required dpkg_1.20.9ubuntu1_source.buildinfo
Original-Maintainer: Dpkg Developers <debian-dpkg at lists.debian.org>


More information about the Hirsute-changes mailing list