[ubuntu/raring-proposed] dpkg 1.16.10ubuntu1 (Accepted)

Adam Conrad adconrad at ubuntu.com
Fri Mar 22 18:15:19 UTC 2013


dpkg (1.16.10ubuntu1) raring; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Change the multiarch downgrade version checks in prerm/postrm
      from 1.16.2 to 1.16.0~ to reflect when multiarch landed in Ubuntu.
    - Migrate dpkg multiarch conffile (and other multi-arch-related
      conf settings) to the new DB with dpkg --add-architecture, but
      keep a copy of the old conffile if it was modified.
    - Out of paranoia, keep an option handler for foreign-architecture
      that informs people that they need to scrub their config files
      and upgrade, on the off chance that the above migration fails
      for some reason (this mitigates the chances of leaving users with
      a dpkg that fails to run due to a broken config).
    - 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.  This is useful for tools
      that hide the dpkg terminal by default and use apport for bug
      reporting with the untranslated error message.
    - Apply patch from Steve McIntyre to special-case armhf/armel ELF
      objects in Shlibs/Objdump.pm, so we don't get incorrect deps.
    - lib/dpkg/pkg-spec.c: 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
      dpkg's own trigger database.
    - Add logic to the postinst to `dpkg --add-architecture i386' on new
      installs on amd64, and to also do so on upgrades from pre-conffile
      Ubuntu versions, mimicking our previous behaviour with the conffile.
    - Apply a workaround from mvo to consider RC packages as multiarch,
      during the dpkg consistency checks. (see LP: 1015567 and 1057367).

dpkg (1.16.10) unstable; urgency=low

  [ Guillem Jover ]
  * Fix typos in 1.16.9 changelog entry. Closes: #691954
    Thanks to Nicolás Alvarez <nicolas.alvarez at gmail.com>.
  * Add missing @LIBLZMA_LIBS@ to Libs.Private in libdpkg.pc.in.
  * Do not use an undefined va_list variable in dpkg_put_errno().
  * Abort installation if we cannot set the security context for a file.
  * Fix OpenPGP armored signature parsing, to be resilient against doctored
    input, including source package control files. Closes: #695919
  * Make sure the OpenGPG armor contains a signature block, even on EOF.
  * Do not accept Armor Header Lines inside a paragraph.
  * Do not abort dselect when multiarch is detected, as that only makes
    users downgrade and hold on an older version w/ worse multiarch support.
  * Fix warning in Dpkg::Source::Archive with «perl -w» due to redefinition
    of getcwd() by removing unused POSIX modules usage. Closes: #700978

  [ Updated programs translations ]
  * Esperanto (Felipe Castro).
  * Spanish (Javier Fernández-Sanguino).
  * Vietnamesea (Trần Ngọc Quân). Closes: #692100

  [ Updated scripts translations ]
  * Fix mistranslation in French translation of scripts.
    Thanks to Filipus Klutiero. Closes: #698530
  * Fix typos in French translation of scripts.
    Thanks to Sylvestre Ledru. Closes: #702627
  * Fix Russian translation (wrong order of parameters in a string).
    Thanks to Andrey Rahmatullin for noticing and Yuri Kozlov for fixing
    the translation. Closes: #698869

Date: Fri, 22 Mar 2013 12:09:02 -0600
Changed-By: Adam Conrad <adconrad at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/raring/+source/dpkg/1.16.10ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 22 Mar 2013 12:09:02 -0600
Source: dpkg
Binary: libdpkg-dev dpkg dpkg-dev libdpkg-perl dselect
Architecture: source
Version: 1.16.10ubuntu1
Distribution: raring
Urgency: low
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: 691954 692100 695919 698530 698869 700978 702627
Changes: 
 dpkg (1.16.10ubuntu1) raring; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     - Change the multiarch downgrade version checks in prerm/postrm
       from 1.16.2 to 1.16.0~ to reflect when multiarch landed in Ubuntu.
     - Migrate dpkg multiarch conffile (and other multi-arch-related
       conf settings) to the new DB with dpkg --add-architecture, but
       keep a copy of the old conffile if it was modified.
     - Out of paranoia, keep an option handler for foreign-architecture
       that informs people that they need to scrub their config files
       and upgrade, on the off chance that the above migration fails
       for some reason (this mitigates the chances of leaving users with
       a dpkg that fails to run due to a broken config).
     - 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.  This is useful for tools
       that hide the dpkg terminal by default and use apport for bug
       reporting with the untranslated error message.
     - Apply patch from Steve McIntyre to special-case armhf/armel ELF
       objects in Shlibs/Objdump.pm, so we don't get incorrect deps.
     - lib/dpkg/pkg-spec.c: 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
       dpkg's own trigger database.
     - Add logic to the postinst to `dpkg --add-architecture i386' on new
       installs on amd64, and to also do so on upgrades from pre-conffile
       Ubuntu versions, mimicking our previous behaviour with the conffile.
     - Apply a workaround from mvo to consider RC packages as multiarch,
       during the dpkg consistency checks. (see LP: 1015567 and 1057367).
 .
 dpkg (1.16.10) unstable; urgency=low
 .
   [ Guillem Jover ]
   * Fix typos in 1.16.9 changelog entry. Closes: #691954
     Thanks to Nicolás Alvarez <nicolas.alvarez at gmail.com>.
   * Add missing @LIBLZMA_LIBS@ to Libs.Private in libdpkg.pc.in.
   * Do not use an undefined va_list variable in dpkg_put_errno().
   * Abort installation if we cannot set the security context for a file.
   * Fix OpenPGP armored signature parsing, to be resilient against doctored
     input, including source package control files. Closes: #695919
   * Make sure the OpenGPG armor contains a signature block, even on EOF.
   * Do not accept Armor Header Lines inside a paragraph.
   * Do not abort dselect when multiarch is detected, as that only makes
     users downgrade and hold on an older version w/ worse multiarch support.
   * Fix warning in Dpkg::Source::Archive with «perl -w» due to redefinition
     of getcwd() by removing unused POSIX modules usage. Closes: #700978
 .
   [ Updated programs translations ]
   * Esperanto (Felipe Castro).
   * Spanish (Javier Fernández-Sanguino).
   * Vietnamesea (Trần Ngọc Quân). Closes: #692100
 .
   [ Updated scripts translations ]
   * Fix mistranslation in French translation of scripts.
     Thanks to Filipus Klutiero. Closes: #698530
   * Fix typos in French translation of scripts.
     Thanks to Sylvestre Ledru. Closes: #702627
   * Fix Russian translation (wrong order of parameters in a string).
     Thanks to Andrey Rahmatullin for noticing and Yuri Kozlov for fixing
     the translation. Closes: #698869
Checksums-Sha1: 
 17a6878022976e5bc715697c6234e8c9af0ffa33 1483 dpkg_1.16.10ubuntu1.dsc
 f770214d6ffb020b182c1daac8a8859f12791511 3722408 dpkg_1.16.10ubuntu1.tar.xz
Checksums-Sha256: 
 dc7b183474a6845f19fe54239dd0d8b7fa1922794b865cd586367609bf00440f 1483 dpkg_1.16.10ubuntu1.dsc
 87fc42888a714d1cea166160ace23a90dd2de0261bea3acc17084ce096efe195 3722408 dpkg_1.16.10ubuntu1.tar.xz
Files: 
 b0f1cf01645ca3d5fdd2f3efa2c87f43 1483 admin required dpkg_1.16.10ubuntu1.dsc
 e2883e497d15270058554b2f621738d1 3722408 admin required dpkg_1.16.10ubuntu1.tar.xz
Original-Maintainer: Dpkg Developers <debian-dpkg at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlFMnqUACgkQvjztR8bOoMmK2gCgkLyU38lEYztYS+IAUaXWui4c
/7gAoPYxXUg4L6UO9t4Q3cxe65kxjNUU
=ZSOx
-----END PGP SIGNATURE-----


More information about the Raring-changes mailing list