From: Michael Vogt Date: Wed, 11 Apr 2012 15:45:36 +0000 (+0200) Subject: merged from donkults experimental branch X-Git-Tag: 0.9.0~7 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/c3753d1de25737aed66d6ca14d0473042b7c55a7 merged from donkults experimental branch --- c3753d1de25737aed66d6ca14d0473042b7c55a7 diff --cc debian/changelog index c86796043,4e337df48..463165c1b --- a/debian/changelog +++ b/debian/changelog @@@ -3,13 -3,23 +3,26 @@@ apt (0.8.16~exp14) UNRELEASED; urgency= [ Michael Vogt ] * apt-pkg/packagemanager.cc: - fix inconsistent clog/cout usage in the debug output + - add APT::pkgPackageManager::MaxLoopCount to ensure that the + ordering code does not get into a endless loop when it flip-flops + between two states - * debian/control: - - suggest xz-lzma instead of lzma - + [ David Kalnischkies ] + * do not update po and pot files in the process of the build as this + causes timestamp changes for the mo files which therefore can't + be refcounted by dpkg for your M-A: same packages + (Closes: #659333, LP: #924628) + * apt-inst/database.{cc,h}, apt-inst/deb/dpkgdb.{cc,h}: + - drop instead of fix as it is only needed if you want to reimplement dpkg + and comes straight from the beginning of last decade (Closes: #663372) + * apt-inst/deb/debfile.cc: + - {Extract,Merge}Control() is another instance of "lets reimplement dpkg" + so shot of this code before someone ends up using this… + * debian/libapt-pkg4.12: + - update symbols file + * debian/apt-utils.install: + - ship the ftparchive, apt-extractemplates and apt-sortpkgs locales + in the apt-utils package instead of the apt package * apt-pkg/packagemanager.cc: - recheck all dependencies if we changed a package in SmartConfigure as this could break an earlier dependency (LP: #940396)