[ubuntu/jaunty] dpkg 1.14.23ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Tue Dec 23 14:10:14 GMT 2008


dpkg (1.14.23ubuntu1) jaunty; urgency=low

  * Resynchronise with Debian. Remaining changes:
    Ubuntu-specific adjustments (probably):
    - Use i686 for lpia in cputable and triplettable.
    - Hack Dpkg::Arch to return i686 for lpia.
    - Move various Conflicts to Breaks, since upgrades from stable Ubuntu
      releases support Breaks.
    - Check source package signatures using
      /usr/share/keyrings/ubuntu-archive-keyring.gpg if it exists.

    Miscellaneous bug fixes:
    - Avoid closing fsys tarfile pipe twice even in normal operation -
      normally EBADF but might sometimes close some other desired fd and
      cause hideous doom.
    - Avoid duplicate attempts to [f]close in obscure error situations which
      might conceiveably close wrong fds.
    - Add a few more comments around obscure bits of trigger handling code
      which confused both me and Ian during the merge.
    - Revert change to stop outputting a newline after a postinst is run
      (Debian #392317).
    - Use the two-arg form of open in Dpkg::Control so that "-" can be
      passed to parse stdin as a control file (Debian #465340).
    - chdir("/") after chroot() when executing maintainer scripts under
      --instdir (Debian #509578).

    Launchpad integration:
    - Implement changelog-closes-bugs for Ubuntu (see
      https://wiki.ubuntu.com/ClosingBugsFromChangelog).
    - Add Launchpad-Bugs-Fixed to dpkg-genchanges too, to make it not
      complain about unknown fields.

    DebianMaintainerField:
    - scripts/dpkg-source.pl: Check that debian/control complies with
      https://wiki.ubuntu.com/DebianMaintainerField: If $DEBEMAIL contains
      '@ubuntu.com', refuse to build a source package if we have an Ubuntu
      version number, but Maintainer: is not an Ubuntu address. Output a
      warning if $DEBEMAIL contains 'ubuntu' but not '@ubuntu.com', or if
      there is no XSBC-Original-Maintainer: field for packages with an
      Ubuntu version number (Debian #426752).

    Build options:
    - Point to https://wiki.ubuntu.com/DistCompilerFlags from
      dpkg-buildpackage(1).
    - Set default LDFLAGS to -Wl,-Bsymbolic-functions. (We've already taken
      this hit in Ubuntu.)
    - Implement handling of hardening-wrapper options via DEB_BUILD_OPTIONS.

dpkg (1.14.23) unstable; urgency=low

  [ Raphael Hertzog ]
  * Blacklist "__gnu_local_gp" symbol for dpkg-gensymbols. Closes: #500188
    Thanks to Thiemo Seufer <ths at debian.org>.
  * Important bugfix in dpkg-gensymbols for people using includes in symbol
    files: the current object didn't flow back from the included file to
    the including file.
  * Fix Dpkg::Version comparison code. Closes: #504135

  [ Guillem Jover ]
  * Untangle fatal abort condition from the “too many errors” one in the
    archives and packages processing loop. Closes: #367226
  * Abort on unrecoverable fatal errors instead of continuing execution, as
    the recovery code assumed the execution would not be reaching it again
    and some times bogus update files were created either with incompletely
    written content or with '#padding' lines. Closes: #497041, #499070

  [ Updated dpkg translations ]
  * Brazilian Portuguese (Felipe Augusto van de Wiel).
  * Catalan (Jordi Mallach).
  * Czech (Miroslav Kure). Closes: #505910
  * French (Christian Perrier)
  * German (Sven Joachim).
  * Greek (Emmanuel Galatoulas). Closes: #498585
  * Japanese (Kenshi Muto).
  * Korean (Changwoo Ryu). Closes: #505777
  * Norwegian Bokmål (Hans F. Nordhaug).
  * Polish (Wiktor Wandachowicz).
  * Portuguese (Miguel Figueiredo). Closes: #505869
  * Russian (Yuri Kozlov). Closes: #499028, #505735
  * Romanian (Eddy Petrișor).
  * Slovak (Ivan Masár). Closes: #506024
  * Spanish (Javier Fernandez-Sanguino). Closes: #505836

  [ Updated scripts translations ]
  * Fix typo in Russian. Closes: #499736
  * Fix wrong translation in French. Closes: #504123
  * French (Christian Perrier).

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

Date: Tue, 23 Dec 2008 12:57:32 +0000
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/jaunty/+source/dpkg/1.14.23ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 23 Dec 2008 12:57:32 +0000
Source: dpkg
Binary: dpkg dpkg-dev dselect
Architecture: source
Version: 1.14.23ubuntu1
Distribution: jaunty
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description: 
 dpkg       - Debian package management system
 dpkg-dev   - Debian package development tools
 dselect    - Debian package management front-end
Closes: 367226 497041 498585 499028 499070 499736 500188 504123 504135 505735 505777 505836 505869 505910 506024
Changes: 
 dpkg (1.14.23ubuntu1) jaunty; urgency=low
 .
   * Resynchronise with Debian. Remaining changes:
     Ubuntu-specific adjustments (probably):
     - Use i686 for lpia in cputable and triplettable.
     - Hack Dpkg::Arch to return i686 for lpia.
     - Move various Conflicts to Breaks, since upgrades from stable Ubuntu
       releases support Breaks.
     - Check source package signatures using
       /usr/share/keyrings/ubuntu-archive-keyring.gpg if it exists.
 .
     Miscellaneous bug fixes:
     - Avoid closing fsys tarfile pipe twice even in normal operation -
       normally EBADF but might sometimes close some other desired fd and
       cause hideous doom.
     - Avoid duplicate attempts to [f]close in obscure error situations which
       might conceiveably close wrong fds.
     - Add a few more comments around obscure bits of trigger handling code
       which confused both me and Ian during the merge.
     - Revert change to stop outputting a newline after a postinst is run
       (Debian #392317).
     - Use the two-arg form of open in Dpkg::Control so that "-" can be
       passed to parse stdin as a control file (Debian #465340).
     - chdir("/") after chroot() when executing maintainer scripts under
       --instdir (Debian #509578).
 .
     Launchpad integration:
     - Implement changelog-closes-bugs for Ubuntu (see
       https://wiki.ubuntu.com/ClosingBugsFromChangelog).
     - Add Launchpad-Bugs-Fixed to dpkg-genchanges too, to make it not
       complain about unknown fields.
 .
     DebianMaintainerField:
     - scripts/dpkg-source.pl: Check that debian/control complies with
       https://wiki.ubuntu.com/DebianMaintainerField: If $DEBEMAIL contains
       '@ubuntu.com', refuse to build a source package if we have an Ubuntu
       version number, but Maintainer: is not an Ubuntu address. Output a
       warning if $DEBEMAIL contains 'ubuntu' but not '@ubuntu.com', or if
       there is no XSBC-Original-Maintainer: field for packages with an
       Ubuntu version number (Debian #426752).
 .
     Build options:
     - Point to https://wiki.ubuntu.com/DistCompilerFlags from
       dpkg-buildpackage(1).
     - Set default LDFLAGS to -Wl,-Bsymbolic-functions. (We've already taken
       this hit in Ubuntu.)
     - Implement handling of hardening-wrapper options via DEB_BUILD_OPTIONS.
 .
 dpkg (1.14.23) unstable; urgency=low
 .
   [ Raphael Hertzog ]
   * Blacklist "__gnu_local_gp" symbol for dpkg-gensymbols. Closes: #500188
     Thanks to Thiemo Seufer <ths at debian.org>.
   * Important bugfix in dpkg-gensymbols for people using includes in symbol
     files: the current object didn't flow back from the included file to
     the including file.
   * Fix Dpkg::Version comparison code. Closes: #504135
 .
   [ Guillem Jover ]
   * Untangle fatal abort condition from the “too many errors” one in the
     archives and packages processing loop. Closes: #367226
   * Abort on unrecoverable fatal errors instead of continuing execution, as
     the recovery code assumed the execution would not be reaching it again
     and some times bogus update files were created either with incompletely
     written content or with '#padding' lines. Closes: #497041, #499070
 .
   [ Updated dpkg translations ]
   * Brazilian Portuguese (Felipe Augusto van de Wiel).
   * Catalan (Jordi Mallach).
   * Czech (Miroslav Kure). Closes: #505910
   * French (Christian Perrier)
   * German (Sven Joachim).
   * Greek (Emmanuel Galatoulas). Closes: #498585
   * Japanese (Kenshi Muto).
   * Korean (Changwoo Ryu). Closes: #505777
   * Norwegian Bokmål (Hans F. Nordhaug).
   * Polish (Wiktor Wandachowicz).
   * Portuguese (Miguel Figueiredo). Closes: #505869
   * Russian (Yuri Kozlov). Closes: #499028, #505735
   * Romanian (Eddy Petrișor).
   * Slovak (Ivan Masár). Closes: #506024
   * Spanish (Javier Fernandez-Sanguino). Closes: #505836
 .
   [ Updated scripts translations ]
   * Fix typo in Russian. Closes: #499736
   * Fix wrong translation in French. Closes: #504123
   * French (Christian Perrier).
 .
   [ Updated manpages translations ]
   * German (Helge Kreutzmann).
Checksums-Sha1: 
 a5e51a38f76684442153762ece72089d9d6e5b6c 1383 dpkg_1.14.23ubuntu1.dsc
 2341ffaccc85532d1cc08d4885bf4ad8d8d0babc 6864858 dpkg_1.14.23ubuntu1.tar.gz
Checksums-Sha256: 
 60874bb3a182a3d8a3084b3dd51fdf2ad856a1f8fdbbe6e69dbf92d69e8b6ac5 1383 dpkg_1.14.23ubuntu1.dsc
 36893ef32479c51de17febbc8936f83cd4523313e2013869c292b24dee6c6d7a 6864858 dpkg_1.14.23ubuntu1.tar.gz
Files: 
 cec675c707ee602195504f09f46df3e9 1383 admin required dpkg_1.14.23ubuntu1.dsc
 54c81278f60b66d669dfb0c8e1ae72b9 6864858 admin required dpkg_1.14.23ubuntu1.tar.gz
Original-Maintainer: Dpkg Developers <debian-dpkg at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer

iD8DBQFJUO++9t0zAhD6TNERAvjeAJ46tT3aJj0FJ1SATifoy0sWB+LlpgCeN2uI
cpkQmkRBawP26rcmqVNcDF0=
=s8ox
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list