This bug was fixed in the package dpkg - 1.16.1ubuntu1 --------------- dpkg (1.16.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, since we do not want to regress hardening support in Ubuntu 12.04 LTS. We will revisit this for Ubuntu 12.10. dpkg (1.16.1) unstable; urgency=low [ Raphaël Hertzog ] * Dpkg::Deps: Implement new "reset" method and bump module version to 1.01 due to this. * Improved description of --search in dpkg-query(1). Closes: #621066 Thanks to Lars Buitinck