From: David Kalnischkies Date: Fri, 8 Jan 2016 16:51:23 +0000 (+0100) Subject: remove uncompressed leftover partial file before pdiff bootstrap X-Git-Tag: 1.2_exp1~8 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/ef3c549e00b2a0487ddee0aeb70e3a29f76c2fbb?hp=ef3c549e00b2a0487ddee0aeb70e3a29f76c2fbb remove uncompressed leftover partial file before pdiff bootstrap The code already deals with compressed leftovers, but forgot the uncompressed files. The opertunity is picked to reorder this code and add debug messages about the actions taken as well as produce such a leftover file in the associated testcase. ---