Ubuntu dpkg 1.16.7ubuntu4
This e-mail has been sent due to an upload to Ubuntu that contains Ubuntu
changes. It contains the difference between the new version and the previous version of the same source package in Ubuntu.Format: 1.8 Date: Thu, 27 Sep 2012 09:40:47 +0100 Source: dpkg Binary: libdpkg-dev dpkg dpkg-dev libdpkg-perl dselect Architecture: source Version: 1.16.7ubuntu4 Distribution: quantal Urgency: low Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> Changed-By: Dmitrijs Ledkovs <dmitrij.ledkov@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 Launchpad-Bugs-Fixed: 1015567 Changes: dpkg (1.16.7ubuntu4) quantal; urgency=low . * Apply a workaround from mvo to consider RC packages as multiarch, during the dpkg consistency checks. (LP: #1015567). Opened bug 1057367 to upgrade status database. Checksums-Sha1: 860c844d9d2b7339c30fd767d9ee94109c3c2c9b 2123 dpkg_1.16.7ubuntu4.dsc e4fd2c7929d626d90cdc5f489553bc9a0aa62a33 3593488 dpkg_1.16.7ubuntu4.tar.xz Checksums-Sha256: 41652fb038e5dfcb26382019f229b2e6d189fc3b4c1558ebe8 758bf57808014c 2123 dpkg_1.16.7ubuntu4.dsc 3d7af898ef0f002f46ee900e3144303e0ab382167d9124d9db 2fe4c2fd1fc41b 3593488 dpkg_1.16.7ubuntu4.tar.xz Files: 388c519904a9958125311a57f6352fc5 2123 admin required dpkg_1.16.7ubuntu4.dsc 2d8d63082a06f84f9bab47cc40de0524 3593488 admin required dpkg_1.16.7ubuntu4.tar.xz Original-Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org> diff -pruN 1.16.7ubuntu3/debian/changelog 1.16.7ubuntu4/debian/changelog --- 1.16.7ubuntu3/debian/changelog 2012-07-14 03:43:44.000000000 +0000 +++ 1.16.7ubuntu4/debian/changelog 2012-09-27 09:05:07.000000000 +0000 @@ -1,3 +1,11 @@ +dpkg (1.16.7ubuntu4) quantal; urgency=low + + * Apply a workaround from mvo to consider RC packages as multiarch, + during the dpkg consistency checks. (LP: #1015567). Opened bug 1057367 + to upgrade status database. + + -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com> Thu, 27 Sep 2012 09:40:47 +0100 + dpkg (1.16.7ubuntu3) quantal; urgency=low * Restore the :native qualier to the implicit build-essential diff -pruN 1.16.7ubuntu3/lib/dpkg/parse.c 1.16.7ubuntu4/lib/dpkg/parse.c --- 1.16.7ubuntu3/lib/dpkg/parse.c 2012-06-30 07:16:27.000000000 +0000 +++ 1.16.7ubuntu4/lib/dpkg/parse.c 2012-09-26 19:50:11.000000000 +0000 @@ -307,7 +307,8 @@ parse_count_pkg_instance(struct pkgcount if (pkg->status == stat_notinstalled) return; - if (pkgbin->multiarch == multiarch_same) + // mvo: consider stat_configfiles multiarch to prevent LP: #1015567 + if (pkgbin->multiarch == multiarch_same || pkg->status == stat_configfiles) count->multi++; else count->single++; |
| All times are GMT. The time now is 04:51 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.