[ubuntu/lunar-proposed] dpkg 1.21.13ubuntu1 (Accepted)

Gianfranco Costamagna locutusofborg at debian.org
Sat Dec 24 15:23:12 UTC 2022


dpkg (1.21.13ubuntu1) lunar; urgency=low

  * 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.
    - 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.
    - build: Switch default dpkg-deb compression from xz to zstd.
      Keep compressing dpkg.deb with xz to help bootstrapping on non-Ubuntu
      systems.
    - Don't install dpkg-fsys-usrunmess script.

dpkg (1.21.13) unstable; urgency=medium

  [ Guillem Jover ]
  * Perl modules:
    - Test::Dpkg: Refactor OpenPGP requisite into test_needs_openpgp_backend().
    - Dpkg::Backend::GnuPG: Ensure future signing interop with gpg --openpgp.
  * Documentation:
    - man: Move parallel-safe note from dpkg-buildpackage -j option to
      --jobs-force.
  * Code internals:
    - start-stop-daemon: Cast struct sockaddr_un to struct sockaddr on bind()
      call.
    - lib: Stop using register keyword.
    - libcompat: Remove unused arguments from ngettext() fallback macro.
    - libcompat: Switch manual copying to memcpy() in obstack module.
    - libcompat: Switch obstack to use size_t.
    - libcompat: Use an union to track chunkfun and freefun.
    - dpkg-architecture: Fix indentation.
    - libdpkg: Fix pdb_lax_stanza_parser and pdb_allow_empty aliased values.
    - libcompat: Add noreturn and sentinel C attributes.
    - utils: Switch to use libcompat attributes.
    - libdpkg: Add new multi-threaded xz decompression support. Closes: #956452
    - libdpkg: Pass -T+1 instead of -T1 to xz when compressing.
    - libdpkg: On threads-max > 0 pass --no-adjust to xz to force threaded
      mode.
    - Use hyphenated multi-threaded in text.
  * Build system:
    - Consider lib and utils prefixes as internal in gen-changelog.
    - 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.
    - Clarify versioned dependency rationale comments.
    - Add pkgconf as main Build-Depends alternative to pkg-config.
  * Test suite:
    - Skip deb-format tests if required compressors are not present.
    - Use a custom dpkg database directory for dpkg-buildpackage tests.
    - Switch Dpkg::Source::Package test to use test_needs_openpgp_backend().
    - Skip deb-format tests if gzip is not present.
    - Skip dpkg-source tests if xz is not present.
    - Use the PERL detected at configure time in autotests.
    - Use perl instead of yes+dd to generate a data-file for deb-split.
  * Localization:
    - Update Simplified Chinese programs translation.
      Thanks to Boyuan Yang <byang at debian.org>. Closes: #1025625

dpkg (1.21.12) unstable; urgency=medium

  [ Guillem Jover ]
  * dpkg-architecture: Properly compute required information to gather.
    Reported by Sören Tempel <soeren at soeren-tempel.net>.
  * Code internals:
    - dpkg-architecture: Rename information tracking constants and variables.
  * Packaging:
    - Set paths for configure in autopkgtests to match installed ones.
    - Add libmd-dev to libdpkg-dev Depends.
      Reported by Alexandre Detiste <alexandre.detiste at gmail.com>.

Date: Sat, 24 Dec 2022 15:57:09 +0100
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Maintainer: Dpkg Developers <debian-dpkg at lists.debian.org>
https://launchpad.net/ubuntu/+source/dpkg/1.21.13ubuntu1
-------------- next part --------------
Format: 1.8
Date: Sat, 24 Dec 2022 15:57:09 +0100
Source: dpkg
Built-For-Profiles: noudeb
Architecture: source
Version: 1.21.13ubuntu1
Distribution: lunar
Urgency: medium
Maintainer: Dpkg Developers <debian-dpkg at lists.debian.org>
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Closes: 956452 1025625
Changes:
 dpkg (1.21.13ubuntu1) lunar; urgency=low
 .
   * 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.
     - 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.
     - build: Switch default dpkg-deb compression from xz to zstd.
       Keep compressing dpkg.deb with xz to help bootstrapping on non-Ubuntu
       systems.
     - Don't install dpkg-fsys-usrunmess script.
 .
 dpkg (1.21.13) unstable; urgency=medium
 .
   [ Guillem Jover ]
   * Perl modules:
     - Test::Dpkg: Refactor OpenPGP requisite into test_needs_openpgp_backend().
     - Dpkg::Backend::GnuPG: Ensure future signing interop with gpg --openpgp.
   * Documentation:
     - man: Move parallel-safe note from dpkg-buildpackage -j option to
       --jobs-force.
   * Code internals:
     - start-stop-daemon: Cast struct sockaddr_un to struct sockaddr on bind()
       call.
     - lib: Stop using register keyword.
     - libcompat: Remove unused arguments from ngettext() fallback macro.
     - libcompat: Switch manual copying to memcpy() in obstack module.
     - libcompat: Switch obstack to use size_t.
     - libcompat: Use an union to track chunkfun and freefun.
     - dpkg-architecture: Fix indentation.
     - libdpkg: Fix pdb_lax_stanza_parser and pdb_allow_empty aliased values.
     - libcompat: Add noreturn and sentinel C attributes.
     - utils: Switch to use libcompat attributes.
     - libdpkg: Add new multi-threaded xz decompression support. Closes: #956452
     - libdpkg: Pass -T+1 instead of -T1 to xz when compressing.
     - libdpkg: On threads-max > 0 pass --no-adjust to xz to force threaded
       mode.
     - Use hyphenated multi-threaded in text.
   * Build system:
     - Consider lib and utils prefixes as internal in gen-changelog.
     - 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.
     - Clarify versioned dependency rationale comments.
     - Add pkgconf as main Build-Depends alternative to pkg-config.
   * Test suite:
     - Skip deb-format tests if required compressors are not present.
     - Use a custom dpkg database directory for dpkg-buildpackage tests.
     - Switch Dpkg::Source::Package test to use test_needs_openpgp_backend().
     - Skip deb-format tests if gzip is not present.
     - Skip dpkg-source tests if xz is not present.
     - Use the PERL detected at configure time in autotests.
     - Use perl instead of yes+dd to generate a data-file for deb-split.
   * Localization:
     - Update Simplified Chinese programs translation.
       Thanks to Boyuan Yang <byang at debian.org>. Closes: #1025625
 .
 dpkg (1.21.12) unstable; urgency=medium
 .
   [ Guillem Jover ]
   * dpkg-architecture: Properly compute required information to gather.
     Reported by Sören Tempel <soeren at soeren-tempel.net>.
   * Code internals:
     - dpkg-architecture: Rename information tracking constants and variables.
   * Packaging:
     - Set paths for configure in autopkgtests to match installed ones.
     - Add libmd-dev to libdpkg-dev Depends.
       Reported by Alexandre Detiste <alexandre.detiste at gmail.com>.
Checksums-Sha1:
 2496170f9f7bc7aa0b52717fad69a95b950fbb66 3033 dpkg_1.21.13ubuntu1.dsc
 0dbd03d257d2a175430e28ce5f580f79ae29d979 5171972 dpkg_1.21.13ubuntu1.tar.xz
 fbef7535247874f5d08ca7c4556176d40a7187c8 7677 dpkg_1.21.13ubuntu1_source.buildinfo
Checksums-Sha256:
 b2b9085a3c56be5b5a8106a957d0e60fffd93cc9bd7dacba5a5952dcfd926647 3033 dpkg_1.21.13ubuntu1.dsc
 8f64d783a5b0e298b261cd421af02aa23cf9015cc2c5b7938c9d2163ebc8980d 5171972 dpkg_1.21.13ubuntu1.tar.xz
 9e20728f1d9d630cf8c3a1c15dafa2e8d06eeedd25ed7c110020d06087958f2f 7677 dpkg_1.21.13ubuntu1_source.buildinfo
Files:
 e369eabaa7433a1e9188bd47f61677b4 3033 admin required dpkg_1.21.13ubuntu1.dsc
 2e6d1e7241b9807538fd885751978d79 5171972 admin required dpkg_1.21.13ubuntu1.tar.xz
 f49d5be632c2f8c8b2f1cf1f396ddce2 7677 admin required dpkg_1.21.13ubuntu1_source.buildinfo


More information about the lunar-changes mailing list