Accepted: dpkg 1.14.19ubuntu1 (source)

Colin Watson cjwatson at ubuntu.com
Tue May 27 13:30:11 BST 2008


Accepted:
 OK: dpkg_1.14.19ubuntu1.tar.gz
 OK: dpkg_1.14.19ubuntu1.dsc
     -> Component: main Section: base

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 27 May 2008 13:15:16 +0100
Source: dpkg
Binary: dpkg dpkg-dev dselect
Architecture: source
Version: 1.14.19ubuntu1
Distribution: intrepid
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description: 
 dpkg       - package maintenance system for Debian
 dpkg-dev   - package building tools for Debian
 dselect    - user tool to manage Debian packages
Closes: 452273 473041 474339 475668 476113 477784 478802 478827 478897 478925 479007 479142 479205 479850 480579
Changes: 
 dpkg (1.14.19ubuntu1) intrepid; 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.
     - Pre-depend on lzma.
     - Move various Conflicts to Breaks, since upgrades from stable Ubuntu
       releases support Breaks.
     - Rename triggers/Deferred to triggers/Unincorp to fix upgrades from
       early versions of trigger support in Ubuntu.
 .
     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 bug #392317).
     - Use the two-arg form of open in Dpkg::Control so that "-" can be
       passed to parse stdin as a control file.
 .
     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', refuse to build a source package if we have an Ubuntu
       version number, but Maintainer: is not an Ubuntu address. Output a
       warning if there is no XSBC-Original-Maintainer: field for packages
       with an Ubuntu version number.
 .
     DistCompilerFlags:
     - 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.)
 .
 dpkg (1.14.19) unstable; urgency=low
 .
   [ Guillem Jover ]
   * Fix a double-free by setting scontext to NULL after calling freecon.
     Based on a patch by Russell Coker. Closes: #474339
   * Add missing import of internerr in Dpkg::Source::Patch.pm.
     Thanks to Marco d'Itri. Closes: #479205
   * Consider also custom Package-Type fields when printing warnings in
     dpkg-gencontrol. Closes: #452273
 .
   [ Raphael Hertzog ]
   * Add missing import of subprocerr in Dpkg::Source::Package. Thanks to Sven
     Joachim for the patch.
   * Handle symlinks better when deciding if dpkg-source has to copy the
     original tarball in the current extraction directory. Closes: #475668
   * Fix the dpkg-source error message about unrepresentable changes to
     source because the type of a file changed (new and old were inverted).
   * Fix dpkg-genchanges to detect udeb based on Package-Type control
     header instead of file extension analysis on uploaded files.
     Closes: #476113
   * Fix dpkg-source to grant correct permissions to tarballs of native
     source packages. Closes: #477784
   * Add Conflicts: devscripts (<< 2.10.26) to ensure that people are
     using versions of debsign/mergechanges that support the Checksums fields
     in *.dsc and *.changes.
   * Cleanup the various Conflicts/Replaces fields to remove references
     to package that have disappeared before sarge (this includes dpkg-doc-ja,
     dpkgname, and dpkg-static which has never officially been built).
     dpkg-iasearch has been kept as popcon still reports a few installations.
   * Collapsed multiple conflicts of dpkg with old versions of dpkg-dev
     in a single Conflicts: dpkg-dev (<< 1.14.16).
   * The "3.0 (quilt)" source package format now parses correctly series files
     with patch options and warn if something else than -p1 is used.
   * Change the way dpkg-source finds the perl object to use to unpack/build
     a source package to ignore the minor part of the Format: version.
     For example "1.0" and "1.1" would both map to Dpkg::Source::Package::V1
     instead of ::V1_0 and ::V1_1 before. Similarly "3.0 (quilt)" now maps to
     ::V3::quilt instead of ::V3_0::quilt.
   * Fix changelog parser to not fail when an unexpected changelog entry
     appears without the preceding heading line. Closes: #478925
   * Change the "2.0" and "3.0 (quilt)" source packages to refuse by default
     binary files in the debian sub-directory. They have to be whitelisted
     through debian/source/include-binaries. Closes: #473041
   * Make sure triggers are activated when a file is removed in a directory
     shared by multiple packages. Closes: #479850
 .
   [ Helge Kreutzmann ]
   * Minor fixes and clarifications to man pages.
 .
   [ Updated dpkg translations ]
   * Brazilian Portuguese (Felipe Augusto van de Wiel). Closes: #480579
   * Czech (Miroslav Kure).
   * French (Florent Ussel).
   * Galician (Jacobo Tarrio).
   * German (Sven Joachim).
   * Polish (Wiktor Wandachowicz).
   * Portuguese (Miguel Figueiredo).
   * Russian (Yuri Kozlov). Closes: #478827
   * Slovak (Ivan Masár). Closes: #478897
   * Swedish (Peter Karlsson).
 .
   [ Updated manpages translations ]
   * German (Helge Kreutzmann).
   * Polish (Wiktor Wandachowicz).
   * Swedish (Peter Karlsson).
 .
   [ Updated scripts translations ]
   * German (Helge Kreutzmann).
   * Polish (Wiktor Wandachowicz).
   * Russian (Yuri Kozlov). Closes: #479142
   * Swedish (Peter Karlsson).
 .
   [ Updated dselect translations ]
   * Brazilian Portuguese (Felipe Augusto van de Wiel).
   * Czech (Miroslav Kure).
   * French (Christian Perrier).
   * German (Sven Joachim).
   * Russian (Yuri Kozlov). Closes: #478802
   * Slovak (Ivan Masár). Closes: #479007
Files: 
 ad7351681c37db04c653df8e494e9db2 1169 admin required dpkg_1.14.19ubuntu1.dsc
 630c4c5b714c3e87ff86fa0de9e64a0c 6643999 admin required dpkg_1.14.19ubuntu1.tar.gz
Original-Maintainer: Dpkg Developers <debian-dpkg at lists.debian.org>

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

iD8DBQFIO/uS9t0zAhD6TNERAq5pAJ9a97Z0zBOUbUGHWzO89wrgqGsrDQCZAaQI
7janZvrhCoH2jdiAjBM5YNI=
=5E/Q
-----END PGP SIGNATURE-----





More information about the Intrepid-changes mailing list