[ubuntu/jaunty] dpkg 1.14.24ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Wed Jan 7 12:30:13 GMT 2009


dpkg (1.14.24ubuntu1) 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.24) unstable; urgency=low

  [ Raphael Hertzog ]
  * Fix parsing of objdump output (by dpkg-shlibdeps) in a special case where
    the symbol name is separated only with a single space. Closes: #506139
  * Fix dpkg-shlibdeps behaviour when Build-Depends-Package is used in the
    symbols file. It was merging all dependency templates into the generated
    dependency instead of simply modifying the minimal version. Thanks to
    Modestas Vainius <modestas at vainius.eu>. Closes: #507346
  * Fix dpkg-source to correctly extract a source package even when called
    from a non-writable directory when a target directory has been specified
    on the command line. Closes: #507217, #507219

  [ Guillem Jover ]
  * Do not allow installing packages with non-obsolete conffiles owned by
    other packages without a proper Replaces field. Closes: #508392

  [ Updated dselect translations ]
  * Galician (Marce Villarino). Closes: #509887

  [ Updated dpkg translations ]
  * Galician (Marce Villarino). Closes: #509150
  * Vietnamese (Clytie Siddall). Closes: #509424

  [ Updated scripts translations ]
  * Improve German translation.

Date: Wed, 07 Jan 2009 12:11:09 +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.24ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 12:11:09 +0000
Source: dpkg
Binary: dpkg dpkg-dev dselect
Architecture: source
Version: 1.14.24ubuntu1
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: 506139 507217 507219 507346 508392 509150 509424 509887
Changes: 
 dpkg (1.14.24ubuntu1) 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.24) unstable; urgency=low
 .
   [ Raphael Hertzog ]
   * Fix parsing of objdump output (by dpkg-shlibdeps) in a special case where
     the symbol name is separated only with a single space. Closes: #506139
   * Fix dpkg-shlibdeps behaviour when Build-Depends-Package is used in the
     symbols file. It was merging all dependency templates into the generated
     dependency instead of simply modifying the minimal version. Thanks to
     Modestas Vainius <modestas at vainius.eu>. Closes: #507346
   * Fix dpkg-source to correctly extract a source package even when called
     from a non-writable directory when a target directory has been specified
     on the command line. Closes: #507217, #507219
 .
   [ Guillem Jover ]
   * Do not allow installing packages with non-obsolete conffiles owned by
     other packages without a proper Replaces field. Closes: #508392
 .
   [ Updated dselect translations ]
   * Galician (Marce Villarino). Closes: #509887
 .
   [ Updated dpkg translations ]
   * Galician (Marce Villarino). Closes: #509150
   * Vietnamese (Clytie Siddall). Closes: #509424
 .
   [ Updated scripts translations ]
   * Improve German translation.
Checksums-Sha1: 
 6d7a45019f4785e41a578db1b220952ab33cefb5 1383 dpkg_1.14.24ubuntu1.dsc
 904725f3fa8b096bc2f15891d304ea6daf9b145e 6862200 dpkg_1.14.24ubuntu1.tar.gz
Checksums-Sha256: 
 faa6061a08ef6d5fcc228ea742723ee8d043d02179d97426bc660c9af7cf77a7 1383 dpkg_1.14.24ubuntu1.dsc
 4321804f1fdc1b71ce97b45489a234af775ae137ffcb304ca04571604606b269 6862200 dpkg_1.14.24ubuntu1.tar.gz
Files: 
 02d12a77aefab211cb0df034979cee1c 1383 admin required dpkg_1.14.24ubuntu1.dsc
 1cd858ae505670012cc148c0906a7bf5 6862200 admin required dpkg_1.14.24ubuntu1.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

iD8DBQFJZJ5g9t0zAhD6TNERAkJOAJ9MGGa4a5QZ98a8ktMxIZm17z0sXACcC2FS
23NrI9qfZa9bfOw50ISwRWs=
=p1Hv
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list