From: David Kalnischkies Date: Tue, 6 Mar 2012 16:36:59 +0000 (+0100) Subject: merge with apt/experimental X-Git-Tag: 0.9.0~13^2~1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/e8184cc38f673a3d86be9268525cf259120c2a9e merge with apt/experimental * apt-pkg/packagemanager.cc: - 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 --- e8184cc38f673a3d86be9268525cf259120c2a9e diff --cc debian/changelog index 1569098c1,8e4c05d7c..df89181a0 --- a/debian/changelog +++ b/debian/changelog @@@ -73,8 -36,21 +73,21 @@@ 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: + - 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 + -- David Kalnischkies Tue, 06 Mar 2012 10:52:00 +0100 apt (0.8.16~exp12) experimental; urgency=low