From: David Kalnischkies Date: Wed, 13 Oct 2010 20:27:56 +0000 (+0200) Subject: merge with debian-sid X-Git-Tag: 0.8.7~3^2~2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/2faaf8bea85149fb131735a6bd7437fec3771ee0?ds=inline merge with debian-sid --- 2faaf8bea85149fb131735a6bd7437fec3771ee0 diff --cc debian/changelog index c7aead5bb,739f1b425..9126e9dc3 --- a/debian/changelog +++ b/debian/changelog @@@ -5,14 -5,28 +5,34 @@@ apt (0.8.7) UNRELEASED; urgency=lo * Another typo fixed in French ("Anfin"). Thanks to bubulle * Wrong translation for "showauto" fixed. Thanks to Raphaël Hertzog Closes: #599265 + + [ Michael Vogt ] + * debian/apt.cron.daily: + - source /etc/default/locale (if available) so that the + apt-get update cron job fetches the right translated package + descriptions + * fix test failure on amd64 + * apt-pkg/deb/debsystem.cc: + - fix issues with dir::state::status and dir::state::extended_states + when alternative rootdirs are used + + [ Martin Pitt ] + * apt-pkg/deb/debindexfile.cc: + - Use FileFd::Size() instead of stat()ing the sources/binary/translations + indexes directly, so that we have transparent handling of gzipped + indexes. + * apt-pkg/contrib/fileutl.cc: + - Fix FileFd::Size() for gzipped files to give the size of the + uncompressed data. This fixes cache building progress going way + over 100%. - -- Christian Perrier Tue, 05 Oct 2010 05:35:58 +0200 + [ David Kalnischkies ] + * apt-pkg/deb/deblistparser.cc: + - support ArmHardFloat port in CompleteArch, thanks to Sebastian + Andrzej Siewior for the patch! + + + -- David Kalnischkies Thu, 07 Oct 2010 14:46:59 +0200 apt (0.8.6) unstable; urgency=low