From: Michael Vogt Date: Tue, 6 Mar 2012 13:06:38 +0000 (+0100) Subject: * apt-pkg/packagemanager.cc: X-Git-Tag: 0.9.0~14 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/e2625f67efae93c2c8affff41ce3e5fb9a507f30?hp=--cc * apt-pkg/packagemanager.cc: - fix bug in predepends handling - ensure that packages that needs unpackaging are unpacked before they are configured (LP: #927993) --- e2625f67efae93c2c8affff41ce3e5fb9a507f30 diff --cc debian/changelog index c01c087a7,25563e811..8e4c05d7c --- a/debian/changelog +++ b/debian/changelog @@@ -36,16 -34,9 +36,19 @@@ apt (0.8.16~exp13) UNRELEASED; urgency= (LP: #923807) * apt-pkg/contrib/fileutl.h: - fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode + * apt-pkg/packagemanager.cc: - - when calculating pre-dependencies ensure that both unpack and - configure are considered (instead of only configure) LP: #927993 ++ - fix bug in predepends handling - ensure that packages that needs ++ unpackaging are unpacked before they are configured (LP: #927993) + + [ Julian Andres Klode ] + * apt-pkg/deb/deblistparser.cc: + - Set the Essential flag on APT instead of only Important + * apt-pkg/packagemanager.cc: + - Do not use immediate configuration for packages with the Important flag + * Treat the Important flag like the Essential flag with those differences: + - No Immediate configuration (see above) + - Not automatically installed during dist-upgrade + - No higher score for installation ordering -- David Kalnischkies Mon, 30 Jan 2012 19:17:09 +0100