The new version of apt in experimental will insist on having the
checksum of the uncompressed Contents file, if it is to download the
Contents file.
Signed-off-by: Niels Thykier <niels@thykier.net>
if filename in fileinfo.keys():
continue
- # Skip uncompressed Contents files as they're huge, take ages to
- # checksum and we checksum the compressed ones anyways
- if os.path.basename(filename).startswith("Contents"):
- continue
-
fileinfo[filename] = {}
# File handler is comp[0], filename of compressed file is comp[1]