* apt-pkg/deb/debindexfile.cc:
authorMichael Vogt <mvo@debian.org>
Wed, 13 Oct 2010 13:33:16 +0000 (15:33 +0200)
committerMichael Vogt <mvo@debian.org>
Wed, 13 Oct 2010 13:33:16 +0000 (15:33 +0200)
  - 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%.


Trivial merge