* 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)
commit6bea738672fb503d2813ae2d998096015a81c4a2
treea60d61b723bbc90b8b715a476c5f1ee5e8d6e0c2
parent94eb3bee531ae1f3042eb8378e383b34dd083851
parente344c4a7a1569c77ef8f8921852fd9822ee64b90
* 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%.