[ubuntu/xenial-proposed] dpkg 1.18.3ubuntu1 (Accepted)

Adam Conrad adconrad at ubuntu.com
Fri Oct 23 15:42:41 UTC 2015


dpkg (1.18.3ubuntu1) xenial; urgency=medium

  * Merge from Debian testing; remaining changes in the Ubuntu delta:
    - 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).
    - Carry over Breaks/Conflicts for triggers/upgrades until post-16.04.

dpkg (1.18.3) unstable; urgency=medium

  [ Guillem Jover ]
  * Fix short-lived memory leaks in start-stop-daemon. As a side effect now
    a missing group after ‘:’ on --chuid is a fatal error.
  * Print the master and slave links in «update-alternatives --display».
  * Print the current best alternative in the head instead of the trail
    in «update-alternatives --display», with a two space indentation.
  * Reimplement «update-alternatives --all» as a fully built-in command
    instead of executing itself with --config per subtask.
  * Reimplement «update-alternatives --set-selections» as a fully built-in
    command instead of executing itself with --set or --auto per subtask.
  * Add kfreebsd-armhf support to ostable and triplettable. Closes: #796283
    Thanks to Steven Chamberlain <steven at pyro.eu.org>.
  * Fix «dpkg --verify» with --root.
  * Fix an off-by-one write access in dpkg-deb when parsing the .deb magic.
    Reported by Jacek Wielemborek <d33tah at gmail.com>. Closes: #798324
  * Split overlong perl regexes into multiline extended regexes.
  * Switch dselect multicd method license from GPL2 to GPL2+, with consent
    from all its authors.
  * Fix inadvertent license change for lib/dpkg/utils.c from GPL2 to GPL2+.
  * Fix segfault when using «dpkg --no-act» with a synthetic --admindir.
    Reported by David Kalnischkies <david at kalnischkies.de>.
  * Perl modules:
    - Only warn on invalid week days instead of aborting in
      Dpkg::Changelog::Entry::Debian. Regression introduced in dpkg 1.18.2.
      Reported by Jakub Wilk <jwilk at debian.org>.
    - Do not warn when removing an empty subdirectory on source package
      extraction in Dpkg::Source::Package::V2. Closes: #796671
    - Do not abort on parse errors from Time::Piece->strptime() for the
      changelog trailer date, just queue them so that the caller can decide
      if they should be warnings or actual errors. Closes: #795936
    - Validate the changelog trailer date, and catch and warn or error on
      bogus month names, such as unknown or unabbreviated ones.
  * Test suite:
    - Get the reference build flags from dpkg-buildflags.pl, instead of
      hardcoding them, which might not match depending on the architecture.
      Closes: #794694
    - Delete any environment variable starting with DEB_ in mk.t that might
      affect the test results.
  * Build system:
    - Add a new --with-devlibdir configure option for the C libdpkg library.
  * Packaging:
    - Remove unneeded --sourcedir options from dh_install calls.
    - Use the new --with-devlibdir configure option to only switch libdpkg-dev
      files to the multi-arch directory. Closes: #794977
  * Documentation:
    - Fix typos for --predep-package option name. Closes: #794688
    - Add missing dashes to package-list in deb-src-control(5).
    - Mark each individual required field as such, instead of using segregated
      sections.

  [ Updated programs translations ]
  * Catalan (Jordi Mallach).
  * French (Sébastien Poher). Closes: #798371
  * German (Sven Joachim).
  * Vietnamese (Trần Ngọc Quân).

  [ Updated dselect translations ]
  * French (Sébastien Poher). Closes: #798370

  [ Updated scripts translations ]
  * French (Sébastien Poher). Closes: #798369
  * German (Helge Kreutzmann).

  [ Updated manpages translations ]
  * German (Helge Kreutzmann).

Date: Fri, 23 Oct 2015 16:20:32 +0100
Changed-By: Adam Conrad <adconrad at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/dpkg/1.18.3ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 23 Oct 2015 16:20:32 +0100
Source: dpkg
Binary: libdpkg-dev dpkg dpkg-dev libdpkg-perl dselect
Architecture: source
Version: 1.18.3ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Adam Conrad <adconrad at ubuntu.com>
Description:
 dpkg       - Debian package management system
 dpkg-dev   - Debian package development tools
 dselect    - Debian package management front-end
 libdpkg-dev - Debian package management static library
 libdpkg-perl - Dpkg perl modules
Closes: 794688 794694 794977 795936 796283 796671 798324 798369 798370 798371
Changes:
 dpkg (1.18.3ubuntu1) xenial; urgency=medium
 .
   * Merge from Debian testing; remaining changes in the Ubuntu delta:
     - 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).
     - Carry over Breaks/Conflicts for triggers/upgrades until post-16.04.
 .
 dpkg (1.18.3) unstable; urgency=medium
 .
   [ Guillem Jover ]
   * Fix short-lived memory leaks in start-stop-daemon. As a side effect now
     a missing group after ‘:’ on --chuid is a fatal error.
   * Print the master and slave links in «update-alternatives --display».
   * Print the current best alternative in the head instead of the trail
     in «update-alternatives --display», with a two space indentation.
   * Reimplement «update-alternatives --all» as a fully built-in command
     instead of executing itself with --config per subtask.
   * Reimplement «update-alternatives --set-selections» as a fully built-in
     command instead of executing itself with --set or --auto per subtask.
   * Add kfreebsd-armhf support to ostable and triplettable. Closes: #796283
     Thanks to Steven Chamberlain <steven at pyro.eu.org>.
   * Fix «dpkg --verify» with --root.
   * Fix an off-by-one write access in dpkg-deb when parsing the .deb magic.
     Reported by Jacek Wielemborek <d33tah at gmail.com>. Closes: #798324
   * Split overlong perl regexes into multiline extended regexes.
   * Switch dselect multicd method license from GPL2 to GPL2+, with consent
     from all its authors.
   * Fix inadvertent license change for lib/dpkg/utils.c from GPL2 to GPL2+.
   * Fix segfault when using «dpkg --no-act» with a synthetic --admindir.
     Reported by David Kalnischkies <david at kalnischkies.de>.
   * Perl modules:
     - Only warn on invalid week days instead of aborting in
       Dpkg::Changelog::Entry::Debian. Regression introduced in dpkg 1.18.2.
       Reported by Jakub Wilk <jwilk at debian.org>.
     - Do not warn when removing an empty subdirectory on source package
       extraction in Dpkg::Source::Package::V2. Closes: #796671
     - Do not abort on parse errors from Time::Piece->strptime() for the
       changelog trailer date, just queue them so that the caller can decide
       if they should be warnings or actual errors. Closes: #795936
     - Validate the changelog trailer date, and catch and warn or error on
       bogus month names, such as unknown or unabbreviated ones.
   * Test suite:
     - Get the reference build flags from dpkg-buildflags.pl, instead of
       hardcoding them, which might not match depending on the architecture.
       Closes: #794694
     - Delete any environment variable starting with DEB_ in mk.t that might
       affect the test results.
   * Build system:
     - Add a new --with-devlibdir configure option for the C libdpkg library.
   * Packaging:
     - Remove unneeded --sourcedir options from dh_install calls.
     - Use the new --with-devlibdir configure option to only switch libdpkg-dev
       files to the multi-arch directory. Closes: #794977
   * Documentation:
     - Fix typos for --predep-package option name. Closes: #794688
     - Add missing dashes to package-list in deb-src-control(5).
     - Mark each individual required field as such, instead of using segregated
       sections.
 .
   [ Updated programs translations ]
   * Catalan (Jordi Mallach).
   * French (Sébastien Poher). Closes: #798371
   * German (Sven Joachim).
   * Vietnamese (Trần Ngọc Quân).
 .
   [ Updated dselect translations ]
   * French (Sébastien Poher). Closes: #798370
 .
   [ Updated scripts translations ]
   * French (Sébastien Poher). Closes: #798369
   * German (Helge Kreutzmann).
 .
   [ Updated manpages translations ]
   * German (Helge Kreutzmann).
Checksums-Sha1:
 b244d2a3ab480f59e4d221308898c60b5d076159 2128 dpkg_1.18.3ubuntu1.dsc
 dc80b1be6ef7dfa5b4b51ca45efcd9ef29b5a5d2 4351280 dpkg_1.18.3ubuntu1.tar.xz
Checksums-Sha256:
 f2e62b2482c7c2a2d7335f31fc8118212916a7d2e10c983e179772b84eb7dbf6 2128 dpkg_1.18.3ubuntu1.dsc
 39235d0c6758d8d2733b1e543355e21b7c62845187b545f487fe3ec14ffb804a 4351280 dpkg_1.18.3ubuntu1.tar.xz
Files:
 7ceeb10ce01c6a8dace8dc6704357f5b 2128 admin required dpkg_1.18.3ubuntu1.dsc
 ae3f91edbee9763fb0f7bea8042e2a30 4351280 admin required dpkg_1.18.3ubuntu1.tar.xz
Original-Maintainer: Dpkg Developers <debian-dpkg at lists.debian.org>


More information about the Xenial-changes mailing list