From: David Kalnischkies Date: Wed, 13 Apr 2016 13:28:33 +0000 (+0200) Subject: detect compressed status files on extension again X-Git-Tag: 1.2.11~6 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/f41352ade22b159c0057f45bcc656dd893d5e74a?ds=inline;hp=f41352ade22b159c0057f45bcc656dd893d5e74a detect compressed status files on extension again It handy to be able to point apt at reading a compressed dpkg/status file in debugging cases, which worked pre-1.1 but somewhere down the line in the massive refactoring. Restoring this behavior in a central place for all realfile index files instead of just for the status file. (This has no effect on index files acquired from an archive – those are handled by different classes and support compressed files just fine) ---