From 6321c43f3a695e54332f14326f74ac92149c0240 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 13 Mar 2012 13:57:45 +0100 Subject: cherry pick from experimental --- debian/changelog | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 821719e15..1c2fd765f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,17 @@ apt (0.8.16~exp12ubuntu6) UNRELEASED; urgency=low - * cherry pick r2222 from + * cherry pick from http://bzr.debian.org/bzr/bzr/apt/apt/debian-experimental2/: * apt-pkg/packagemanager.cc: - - fix bug in predepends handling - ensure that packages that needs - unpackaging are unpacked before they are configured (LP: #927993) + - fix bug in predepends handling - ensure that packages that needs + unpackaging are unpacked before they are configured (LP: #927993) + * apt-pkg/packagemanager.cc: + - do not try to a void a breaks if the broken package pre-depends + on the breaker, but let dpkg auto-deconfigure it + * apt-pkg/packagemanager.cc: + - recheck all dependencies if we changed a package in SmartConfigure + as this could break an earlier dependency (LP: #940396) + * recheck dependencies in SmartUnpack after a change, too -- Michael Vogt Tue, 13 Mar 2012 13:35:36 +0100 -- cgit v1.2.3 From c872b88e8254304dc1f6f1ee421cfbf9c1d0643e Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 13 Mar 2012 14:02:42 +0100 Subject: update changelog --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 1c2fd765f..3f981b6ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ apt (0.8.16~exp12ubuntu6) UNRELEASED; urgency=low - recheck all dependencies if we changed a package in SmartConfigure as this could break an earlier dependency (LP: #940396) * recheck dependencies in SmartUnpack after a change, too + * add Debug::pkgAcqArchive::NoQueue to disable package downloading -- Michael Vogt Tue, 13 Mar 2012 13:35:36 +0100 -- cgit v1.2.3