[ubuntu/yakkety-proposed] dpkg 1.18.10ubuntu1 (Accepted)

Adam Conrad adconrad at ubuntu.com
Fri Aug 12 17:42:15 UTC 2016


dpkg (1.18.10ubuntu1) yakkety; urgency=medium

  * Merge from Debian testing; remaining Ubuntu 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 (1.18.10) unstable; urgency=medium

  [ Guillem Jover ]
  * Fix a short-lived memory leak in dpkg archive argument parsing.
  * When activating file triggers on conffile purge, use the conffile name
    instead of the real pathname it might refer to. This fixes a segfault
    when using --instdir, or when the conffile has been moved around and
    replaced with a symlink to the target.
    Regression introduced in dpkg 1.18.8. Closes: #830267
  * Perl modules:
    - Disable fixdebugpath feature on unsafe characters in the path.
    - Generate reproducible source tarballs by using the new GNU tar
      --clamp-mtime option in Dpkg::Source::Archive, to make sure no file
      in source packages has an mtime later than the changelog entry time.
    - Enable fixdebugpath build flag feature by default.
      Thanks to Mattia Rizzolo <mattia at debian.org>. Closes: #832179
    - Rename various private methods and functions with an underscore prefix
      and unified names.
    - Refactor perl modules directory list into a new function in Test::Dpkg.
  * Test suite:
    - Add new POD coverage author test for public perl modules.
  * Documentation:
    - Document Testsuite-Triggers in dsc(5).
    - Fix deb-changes(5) description to talk about .changes instead of .dsc.
      Reported by HW42 <hw42 at ipsumj.de>.
    - Use debian/control as the SYNOPSIS in deb-src-control(5).
    - Add new deb-conffiles(5) man page.
    - Add references to deb-control(5) and deb-triggers(5) in dpkg(1).
    - Fix typos for repeated “the” word.
      Prompted by Valentin Samir <valentin.samir at crans.org> in #830989.
    - Fix misspelled -fdebug-prefix-map flag in dpkg-buildflags(1).
      Reported by Mattia Rizzolo <mattia at debian.org>.
    - Remove mention of source format 1.0 supporting building with upstream
      tarball signatures from dpkg-source(1), as this was disabled in 1.18.8.
    - Document all public methods in Dpkg::Changelog::Entry::Debian.
    - Escape dashes in deb-changes(5) and dsc(5) man pages.
    - Fix typos in dpkg-shlibdeps(1). Closes: #832434
      Thanks to Carsten Leonhardt <leo at debian.org>.

  [ Updated programs translations ]
  * German (Sven Joachim).
  * Turkish (Mert Dirik). Closes: #832070

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

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

Date: Fri, 12 Aug 2016 11:35:16 -0600
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.10ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 12 Aug 2016 11:35:16 -0600
Source: dpkg
Binary: libdpkg-dev dpkg dpkg-dev libdpkg-perl dselect
Architecture: source
Version: 1.18.10ubuntu1
Distribution: yakkety
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: 830267 832070 832179 832434
Changes:
 dpkg (1.18.10ubuntu1) yakkety; urgency=medium
 .
   * Merge from Debian testing; remaining Ubuntu 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 (1.18.10) unstable; urgency=medium
 .
   [ Guillem Jover ]
   * Fix a short-lived memory leak in dpkg archive argument parsing.
   * When activating file triggers on conffile purge, use the conffile name
     instead of the real pathname it might refer to. This fixes a segfault
     when using --instdir, or when the conffile has been moved around and
     replaced with a symlink to the target.
     Regression introduced in dpkg 1.18.8. Closes: #830267
   * Perl modules:
     - Disable fixdebugpath feature on unsafe characters in the path.
     - Generate reproducible source tarballs by using the new GNU tar
       --clamp-mtime option in Dpkg::Source::Archive, to make sure no file
       in source packages has an mtime later than the changelog entry time.
     - Enable fixdebugpath build flag feature by default.
       Thanks to Mattia Rizzolo <mattia at debian.org>. Closes: #832179
     - Rename various private methods and functions with an underscore prefix
       and unified names.
     - Refactor perl modules directory list into a new function in Test::Dpkg.
   * Test suite:
     - Add new POD coverage author test for public perl modules.
   * Documentation:
     - Document Testsuite-Triggers in dsc(5).
     - Fix deb-changes(5) description to talk about .changes instead of .dsc.
       Reported by HW42 <hw42 at ipsumj.de>.
     - Use debian/control as the SYNOPSIS in deb-src-control(5).
     - Add new deb-conffiles(5) man page.
     - Add references to deb-control(5) and deb-triggers(5) in dpkg(1).
     - Fix typos for repeated “the” word.
       Prompted by Valentin Samir <valentin.samir at crans.org> in #830989.
     - Fix misspelled -fdebug-prefix-map flag in dpkg-buildflags(1).
       Reported by Mattia Rizzolo <mattia at debian.org>.
     - Remove mention of source format 1.0 supporting building with upstream
       tarball signatures from dpkg-source(1), as this was disabled in 1.18.8.
     - Document all public methods in Dpkg::Changelog::Entry::Debian.
     - Escape dashes in deb-changes(5) and dsc(5) man pages.
     - Fix typos in dpkg-shlibdeps(1). Closes: #832434
       Thanks to Carsten Leonhardt <leo at debian.org>.
 .
   [ Updated programs translations ]
   * German (Sven Joachim).
   * Turkish (Mert Dirik). Closes: #832070
 .
   [ Updated scripts translations ]
   * German (Helge Kreutzmann).
 .
   [ Updated manpages translations ]
   * German (Helge Kreutzmann).
Checksums-Sha1:
 0cf80fba2359698a5c1cca0f1b525ad73643922c 2137 dpkg_1.18.10ubuntu1.dsc
 4624a5f0d08163cc90056a2e5973d29334ba8f50 4589592 dpkg_1.18.10ubuntu1.tar.xz
Checksums-Sha256:
 ef17d9b5009c9f85595ce153592b8aa37f5400459a25144d3325df618b3f6c9e 2137 dpkg_1.18.10ubuntu1.dsc
 f10472271ec9cadf37588bdbcee090ed292408b58595cab91ca37368c622d73c 4589592 dpkg_1.18.10ubuntu1.tar.xz
Files:
 45a5462839cf23b7f5c97bc3be25f342 2137 admin required dpkg_1.18.10ubuntu1.dsc
 533c5e0295e566213a3fba85c3fb8d04 4589592 admin required dpkg_1.18.10ubuntu1.tar.xz
Original-Maintainer: Dpkg Developers <debian-dpkg at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXrgpPAAoJEINAGjCxzeWPv34P/1nJy8Q8kt5veUMybkTbMHQX
z4mLug64mkcQuk5gwZSuI1Q6aOKDyWaEaAK7/Io0BlvVB8vzMxcpPHyK9/to/pZC
wZpJ5mQtpdu7IxdX9u+gJj5KPV4HinlzLgsnlAMN84glKoo1cSRbyOzubn++Gw4e
5dNLZyx7KnDR0jXnOZKsV+csidWVDie9zng5aG1BZe9cPx5X/TwOPQOqiDnl5JeP
WxTvzd6EgeHmAP1duUwT9cvKUt3DzQ9hff8niPedOxXvoIMC7V42+8pyPZbgzs4h
64DbHOfENwitmMgw6qb1LuPpIeQa0qM429OLtan2CAQwoauhiYihbJen71nzfNCe
UUw3XbeVbpxRoEgPcC0x5kB3Xo8HDbkFbsOPM5979BfjyCeXksfnQilM3jyDJosO
osJYvm5Qnh0WGXRjk+UBwQzYzfh3Wejv03TJnqsIfw8Szvn80i9JBgJrKEs5tvvY
rmRivvGcv9jeb7vlg4dycSXmLnKf+JoQdYcrI5CzYGZLsnEnPTW7gwlGj3noJAG8
pdr4lLcPcH8ZD9tBzmwD01RU59JvgiSz4jRi271QaPJSluCU+QodNXAGIoAt8HyR
nFvRjLC8r51DQtO400JXqy7ND3Q3t3JkLq/0wP18VJXbs7+aOQQNjw2LyR7/yrhy
Jy/EmP48xJaZ7oswY17Q
=Vm9p
-----END PGP SIGNATURE-----


More information about the Yakkety-changes mailing list