[ubuntu/precise] dpkg 1.16.1.1ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Wed Oct 26 09:00:21 UTC 2011


dpkg (1.16.1.1ubuntu1) precise; urgency=low

  * Resynchronise with Debian.  Remaining changes:
    - Merge from git://git.debian.org/users/hertzog/dpkg.git
      pu/multiarch/full for multiarch support.
    - On upgrade from 1.16.0~ubuntu[1-3], if /var/lib/dpkg/info/$arch is a
      directory, migrate the contents to var/lib/dpkg/info; and handle the
      reverse on downgrade.  This does not handle metadata for packages of
      foreign architectures.
    - 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.
    - Add /etc/dpkg/dpkg.cfg.d/multiarch as a conffile on amd64, so that
      users are guaranteed to always have it after upgrade even if they
      don't use update-manager for the upgrade itself.
    - Continue exporting compiler flags in dpkg-buildpackage until after
      Ubuntu 12.04 LTS.
    - Add Pre-Depends on tar >= 1.23 (satisfied in stable) to dpkg due to it
      using the ‘--warning=no-timestamp’ option.
  * Strip -Werror=format-security from the flags exported to the environment
    from dpkg-buildpackage.  This causes too many failures (including silent
    failures in configure tests), and removing it is not a regression from
    any released version of Ubuntu.  It is still included in the normal
    output of dpkg-buildflags.

dpkg (1.16.1.1) unstable; urgency=low

  [ Raphaël Hertzog ]
  * Fix dpkg-source to not ignore the automatic patch when checking
    for unrecorded changes. Closes: #643148
  * Let dpkg-source --commit create debian/patches when required.
    Closes: #643037
  * Fix dpkg-buildflags --dump to return 0 as exit code and not 1.
  * Update dpkg-buildflags(1) to not include quotes in the examples
    setting DEB_BUILD_MAINT_OPTIONS.
  * Stop outputting build flags in dpkg-buildpackage as it confuses
    maintainers who are overriding them in debian/rules and who
    are not seeing the expected value in the build log.
  * Fix trigger setup code to not reset the status of packages
    when they are in a status different from triggers-awaited,
    triggers-pending or installed. Closes: #644492
  * Fix dpkg-source to ignore changes on debian/patches/.dpkg-source-applied
    when building a "2.0" source package. Closes: #642656
  * Fix buildflags.mk to re-export the environment variables that
    the maintainer can use to change the build flags. Closes: #644412

  [ Guillem Jover ]
  * Change dpkg-buildflags to set preprocessor option -D_FORTIFY_SOURCE=2
    in CPPFLAGS, instead of CFLAGS and CXXFLAGS. Closes: #642521, #643632
  * Fix typo to correctly set DEB_*_ARCH_BITS instead of DEB_*_ARCH in
    architecture.mk. Thanks to Thorsten Glaser <tg at mirbsd.org>.
  * Make dpkg-buildflags disable full relro (bindnow) if relro is not enabled.

Date: Wed, 26 Oct 2011 09:49:56 +0100
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/dpkg/1.16.1.1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 26 Oct 2011 09:49:56 +0100
Source: dpkg
Binary: libdpkg-dev dpkg dpkg-dev libdpkg-perl dselect
Architecture: source
Version: 1.16.1.1ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu 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
 libdpkg-dev - Debian package management static library
 libdpkg-perl - Dpkg perl modules
Closes: 642521 642656 643037 643148 643632 644412 644492
Changes: 
 dpkg (1.16.1.1ubuntu1) precise; urgency=low
 .
   * Resynchronise with Debian.  Remaining changes:
     - Merge from git://git.debian.org/users/hertzog/dpkg.git
       pu/multiarch/full for multiarch support.
     - On upgrade from 1.16.0~ubuntu[1-3], if /var/lib/dpkg/info/$arch is a
       directory, migrate the contents to var/lib/dpkg/info; and handle the
       reverse on downgrade.  This does not handle metadata for packages of
       foreign architectures.
     - 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.
     - Add /etc/dpkg/dpkg.cfg.d/multiarch as a conffile on amd64, so that
       users are guaranteed to always have it after upgrade even if they
       don't use update-manager for the upgrade itself.
     - Continue exporting compiler flags in dpkg-buildpackage until after
       Ubuntu 12.04 LTS.
     - Add Pre-Depends on tar >= 1.23 (satisfied in stable) to dpkg due to it
       using the ‘--warning=no-timestamp’ option.
   * Strip -Werror=format-security from the flags exported to the environment
     from dpkg-buildpackage.  This causes too many failures (including silent
     failures in configure tests), and removing it is not a regression from
     any released version of Ubuntu.  It is still included in the normal
     output of dpkg-buildflags.
 .
 dpkg (1.16.1.1) unstable; urgency=low
 .
   [ Raphaël Hertzog ]
   * Fix dpkg-source to not ignore the automatic patch when checking
     for unrecorded changes. Closes: #643148
   * Let dpkg-source --commit create debian/patches when required.
     Closes: #643037
   * Fix dpkg-buildflags --dump to return 0 as exit code and not 1.
   * Update dpkg-buildflags(1) to not include quotes in the examples
     setting DEB_BUILD_MAINT_OPTIONS.
   * Stop outputting build flags in dpkg-buildpackage as it confuses
     maintainers who are overriding them in debian/rules and who
     are not seeing the expected value in the build log.
   * Fix trigger setup code to not reset the status of packages
     when they are in a status different from triggers-awaited,
     triggers-pending or installed. Closes: #644492
   * Fix dpkg-source to ignore changes on debian/patches/.dpkg-source-applied
     when building a "2.0" source package. Closes: #642656
   * Fix buildflags.mk to re-export the environment variables that
     the maintainer can use to change the build flags. Closes: #644412
 .
   [ Guillem Jover ]
   * Change dpkg-buildflags to set preprocessor option -D_FORTIFY_SOURCE=2
     in CPPFLAGS, instead of CFLAGS and CXXFLAGS. Closes: #642521, #643632
   * Fix typo to correctly set DEB_*_ARCH_BITS instead of DEB_*_ARCH in
     architecture.mk. Thanks to Thorsten Glaser <tg at mirbsd.org>.
   * Make dpkg-buildflags disable full relro (bindnow) if relro is not enabled.
Checksums-Sha1: 
 71cf94bfa7fb14f98c516c3f69d24d1f4d481712 2175 dpkg_1.16.1.1ubuntu1.dsc
 0e8482752de8b881041994e6d314d5e0226cab33 5472097 dpkg_1.16.1.1ubuntu1.tar.bz2
Checksums-Sha256: 
 f7bc7d9bf7818b467928a49f567799f2908c4aaffdf480d5bf30cbdb19fe875b 2175 dpkg_1.16.1.1ubuntu1.dsc
 25b1f01c935a1cc0678d026b3b427d4093785857d51e2944a090a50180aacaf2 5472097 dpkg_1.16.1.1ubuntu1.tar.bz2
Files: 
 21c04596112b84f9fd5844ce3917d71e 2175 admin required dpkg_1.16.1.1ubuntu1.dsc
 016cc920ac9931cf41fdb761e34ec100 5472097 admin required dpkg_1.16.1.1ubuntu1.tar.bz2
Original-Maintainer: Dpkg Developers <debian-dpkg at lists.debian.org>

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

iQIVAwUBTqfLYjk1h9l9hlALAQipMg//SQcmHGQSMmPnoZ5RZhKr7R5mmSoFkIKG
FsPAPJayZB8FQqp0lhb2RwIR9K/+vMuEd5xByWyChwKEorphuJewoJqzDZjLMC5Z
kSWRDnHZdpXM7hblmwKdmqM54d8PoBOCnqn5mkciNEumXsHduzXXcUYSKxoevw35
YWzFI35hbyXQPt9+Vd7YItNh0wfTBXCg9RJSqRQrGF6iJKeolr1b5dwr2Z3KsaUY
9e+dV+vAYbEMzcQs1RBZaWaTw7sc4KL3V3dRZAsS0IrjBWel0MvKKOwLsSVZ3sa6
trEgRcvqrMrXUt4qWMsexZ3R6K9prIUlOVgcaI2C//1psSlVeAtmKotithH7ChH2
lV+RrHnGe6aBooXG9ZgN6EPYq+IF5ROutdyNKidJomfgyisEyykI9NGM5FgmZfGK
ZAUdcS7iKdPvTjwxJZqUTmcDpsRJXPXHKsVeiwFpaf8NcLF7q3ZfgSWhHF4SV/nU
Ysou/ah9PK78bsJST3a58yRAyHonjevghQCHQb1zFqSt4Jf04VP1pNE9sINNapUO
kLcH7Rk6IhWYJSa+V6sA3/0fmMrsWOEOvp4omt7Kneg3NkyE5iXYOTTdFwnIvikY
OexR+poJzEJmUrRGHxRNau7wUyzJ4D46Ul07cgpeHG+THVTyu4SAFxZyV2u5rW8V
WqgmYeeeEBc=
=5+BR
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list