[ubuntu/natty] dpkg 1.16.0~ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Mon Feb 28 23:16:11 UTC 2011


dpkg (1.16.0~ubuntu1) natty; urgency=low

  * Merge from git://git.debian.org/users/hertzog/dpkg.git
    pu/multiarch/snapshot/20110225 for multiarch support.  This brings us
    up-to-date with dpkg 1.16.0-pre staged changes as well as pulling in
    the current version of the multiarch branch from Raphael Hertzog.
  * FFe: LP: #724637.
  * Remaining changes:
    - Set Ubuntu ppc64 optimisation to -O3.

  [ Guillem Jover ]
  * Fix realloc usage on compat scandir() implementation.
  * Use DPKG_MAINTSCRIPT_PACKAGE environment variable as package name on
    dpkg-divert when no --package or --local options have been specified.
  * Do not allow versions starting with non-digit when doing strict parsing,
    warn otherwise.
  * Update dpkg(1) to note that --status-fd output does not contain newlines
    in error messages anymore (this was fixed in 1.15.0).
  * Add a new --status-logger option to dpkg, similar to --status-fd but
    instead invoke the command ourselves and feed the status information
    to its standard input. Suggested by Raphaël Hertzog.
  * Add missing space in update-alternative --set-selections output.
  * Add missing options to update-alternative --help output.
  * Count “conffile name is duplicated” for dpkg-deb warning count summary.
  * Improve and clarify strings for translation. Closes: #604914
  * Prefix all fatal error messages with “error: ”.
  * Do not check presence of update-rc.d in the PATH in dpkg, as it's not
    a program needed for dpkg correct operation.
  * Fix dpkg -GEO options on multiple versions of the same packages.
    Closes: #31141
  * Propagate --admindir to programs run from maintainer scritpts.
    Closes: #97076
  * Do not fail when trying to remove the root directory. This will only
    happen either on distributions where dpkg is a foreign package manager,
    or on artificial dpkg databases.
  * Always warn when parsing any package control data which does not have
    an Architecture field except for status and status log files when
    packages are not-installed or half-installed.
  * By default reject installing packages w/o an Architecture field. They
    now need --force-architecture, dpkg will still warn about them though.
  * Fix build failure when passing --disable-nls to configure.
  * Do not segfault on “dpkg -i --no-act”.
  * Add missing semicolon to the vsnprintf() compat declaration.
    Thanks to Robert Millan. Closes: #612203
  * On install for Ubuntu adjust the i386 GNU cpu name in cputable.
    Thanks to Colin Watson <cjwatson at ubuntu.com>. Closes: #611741

  [ Raphaël Hertzog ]
  * Fail properly when debian/source/format is empty. Closes: #600854
  * Add new deb-src-control(5) manual page documenting the debian/control
    file contained in source packages.
    - it documents the X[SBC]- prefix. Closes: #476335
    - it documents the VCS-* fields too. Closes: #483119
    Thanks to Oxan van Leeuwen <oxan at oxanvanleeuwen.nl> who wrote it
    as part of the Google Code In program.
  * Enhance dpkg-shlibdeps to not fail immediatly when a library is not found.
    Instead continue and fail after all problems have been reported. Thanks
    to Chris Baines <cbaines8 at gmail.com> for the patch. Closes: #596841
  * Fix dpkg-source to not list Debian packaging files as modified
    upstream files in Format "1.0" when unpacking to a non-standard
    directory.

  [ Jonathan Nieder ]
  * Remove support for use of synchronous sync(2), due to its pernicious
    side-effects and to ease maintenance.

  [ Updated programs translations ]
  * German (Sven Joachim).
  * Portuguese (Miguel Figueiredo).
  * Spanish (Javier Fernandez-Sanguino).
  * Swedish (Peter Krefting).

  [ Updated man page translations ]
  * German (Helge Kreutzmann).
  * Swedish (Peter Krefting).

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

  [ Updated dselect translations ]
  * Spanish (Javier Fernandez-Sanguino).

Date: Mon, 28 Feb 2011 15:00:42 -0800
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Steve Langasek <steve.langasek at canonical.com>
https://launchpad.net/ubuntu/natty/+source/dpkg/1.16.0~ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 28 Feb 2011 15:00:42 -0800
Source: dpkg
Binary: libdpkg-dev dpkg dpkg-dev libdpkg-perl dselect
Architecture: source
Version: 1.16.0~ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek 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: 31141 97076 476335 483119 596841 600854 604914 611741 612203
Launchpad-Bugs-Fixed: 724637
Changes: 
 dpkg (1.16.0~ubuntu1) natty; urgency=low
 .
   * Merge from git://git.debian.org/users/hertzog/dpkg.git
     pu/multiarch/snapshot/20110225 for multiarch support.  This brings us
     up-to-date with dpkg 1.16.0-pre staged changes as well as pulling in
     the current version of the multiarch branch from Raphael Hertzog.
   * FFe: LP: #724637.
   * Remaining changes:
     - Set Ubuntu ppc64 optimisation to -O3.
 .
   [ Guillem Jover ]
   * Fix realloc usage on compat scandir() implementation.
   * Use DPKG_MAINTSCRIPT_PACKAGE environment variable as package name on
     dpkg-divert when no --package or --local options have been specified.
   * Do not allow versions starting with non-digit when doing strict parsing,
     warn otherwise.
   * Update dpkg(1) to note that --status-fd output does not contain newlines
     in error messages anymore (this was fixed in 1.15.0).
   * Add a new --status-logger option to dpkg, similar to --status-fd but
     instead invoke the command ourselves and feed the status information
     to its standard input. Suggested by Raphaël Hertzog.
   * Add missing space in update-alternative --set-selections output.
   * Add missing options to update-alternative --help output.
   * Count “conffile name is duplicated” for dpkg-deb warning count summary.
   * Improve and clarify strings for translation. Closes: #604914
   * Prefix all fatal error messages with “error: ”.
   * Do not check presence of update-rc.d in the PATH in dpkg, as it's not
     a program needed for dpkg correct operation.
   * Fix dpkg -GEO options on multiple versions of the same packages.
     Closes: #31141
   * Propagate --admindir to programs run from maintainer scritpts.
     Closes: #97076
   * Do not fail when trying to remove the root directory. This will only
     happen either on distributions where dpkg is a foreign package manager,
     or on artificial dpkg databases.
   * Always warn when parsing any package control data which does not have
     an Architecture field except for status and status log files when
     packages are not-installed or half-installed.
   * By default reject installing packages w/o an Architecture field. They
     now need --force-architecture, dpkg will still warn about them though.
   * Fix build failure when passing --disable-nls to configure.
   * Do not segfault on “dpkg -i --no-act”.
   * Add missing semicolon to the vsnprintf() compat declaration.
     Thanks to Robert Millan. Closes: #612203
   * On install for Ubuntu adjust the i386 GNU cpu name in cputable.
     Thanks to Colin Watson <cjwatson at ubuntu.com>. Closes: #611741
 .
   [ Raphaël Hertzog ]
   * Fail properly when debian/source/format is empty. Closes: #600854
   * Add new deb-src-control(5) manual page documenting the debian/control
     file contained in source packages.
     - it documents the X[SBC]- prefix. Closes: #476335
     - it documents the VCS-* fields too. Closes: #483119
     Thanks to Oxan van Leeuwen <oxan at oxanvanleeuwen.nl> who wrote it
     as part of the Google Code In program.
   * Enhance dpkg-shlibdeps to not fail immediatly when a library is not found.
     Instead continue and fail after all problems have been reported. Thanks
     to Chris Baines <cbaines8 at gmail.com> for the patch. Closes: #596841
   * Fix dpkg-source to not list Debian packaging files as modified
     upstream files in Format "1.0" when unpacking to a non-standard
     directory.
 .
   [ Jonathan Nieder ]
   * Remove support for use of synchronous sync(2), due to its pernicious
     side-effects and to ease maintenance.
 .
   [ Updated programs translations ]
   * German (Sven Joachim).
   * Portuguese (Miguel Figueiredo).
   * Spanish (Javier Fernandez-Sanguino).
   * Swedish (Peter Krefting).
 .
   [ Updated man page translations ]
   * German (Helge Kreutzmann).
   * Swedish (Peter Krefting).
 .
   [ Updated scripts translations ]
   * German (Helge Kreutzmann).
   * Swedish (Peter Krefting).
 .
   [ Updated dselect translations ]
   * Spanish (Javier Fernandez-Sanguino).
Checksums-Sha1: 
 fb5bbac1086bcf8e09d526c3d444efac1a0dd8c9 1943 dpkg_1.16.0~ubuntu1.dsc
 a4372fc14d61f20a495328e7c617ce7328c4eca9 5323670 dpkg_1.16.0~ubuntu1.tar.bz2
Checksums-Sha256: 
 838ef86dd06382f52f8927f20cc7b919de9ec9b12fe250b01a846bebf4d8a4b2 1943 dpkg_1.16.0~ubuntu1.dsc
 c3caf9dabbdb134a188333dea900fa6bc3fc084e8a0c7259cdb3ca020999ba6a 5323670 dpkg_1.16.0~ubuntu1.tar.bz2
Files: 
 1313f596e544f2746469b4e2efb69939 1943 admin required dpkg_1.16.0~ubuntu1.dsc
 99d3049212fa925fedf688017c699147 5323670 admin required dpkg_1.16.0~ubuntu1.tar.bz2
Original-Maintainer: Dpkg Developers <debian-dpkg at lists.debian.org>

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

iQIVAwUBTWwrQFaNMPMhshM9AQiRug//akeX47/ElSmcnZbjFdp03EZUH6UPLlol
SXBtq8exssJ2IPv0XkXsGfKoTB9pVwRs8dLwz0s22Wyq7OuTFye8Z2XKPyjEkofS
Rgd/sS3jpZxNBajwTtUqsNqE03UkX8CvcG9WezDtf0VM2Ac4i0UAEjulGbwrFnrF
vnvip0AiWTkiUrVOsKPG+gGcMLTQaa3QfywW/+nPtcn13s9H4++a5UHlsYdr5LJ6
M10oUVq08bv+bu7S5go6hKK+mOCq+FfBH8X6bhCxvp2lnrYGVijScpRua4w5jA8c
8XoEd+xkDfCByYAGXhCZguIOCgM4JPIF2FH30vPDpvGL5ZI6WeMnUHIuz2TznO0i
TNOGifs3rMKELTS7GDSX9M9PqwLHWByH+0gG2W0K71HK0ZPqBzJtV2EQeQyJnssr
9NYmYQJ8Xn2P3EPfSTQnZpYp8osAxuQL5EsWsVL92GtE00wpFHJHSl1/wlEqe/ts
JeEiFmI2vM2GFRgoM7Lk7tM+jMCYENwdqyOFZPQEi7WOKRG8RFUi77KkuCWWKKaW
kMyiekRho+BxBIkmTwsZvXxaspXyfRKPeOBCP/O2mKgEppJxJmigwT4BxnSKnWYZ
qFkxcwTFX66bTsndeGCSv1QP39JeqGp6p/ickYdSn5scAthIjr/4ZMlareLhxY1U
1zR2vT0ThS8=
=44cc
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list