From: Michael Vogt Date: Wed, 13 Oct 2010 13:33:16 +0000 (+0200) Subject: * apt-pkg/deb/debindexfile.cc: X-Git-Tag: 0.8.7~5 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/6bea738672fb503d2813ae2d998096015a81c4a2 * 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%. --- 6bea738672fb503d2813ae2d998096015a81c4a2