always cleanup patchfiles at the end of rred call
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 10 Feb 2014 16:55:13 +0000 (17:55 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 10 Feb 2014 17:07:50 +0000 (18:07 +0100)
commit34d6ece7566ea4fcda2286478b31641378aefc93
tree79a4827a69b1ddc60878bf067369b33d59b8257f
parent436bcfbb16ce558c228a3a6e29ad77c0c62664bc
always cleanup patchfiles at the end of rred call

With APT::Get::List-Cleanup disabled the ed-style patch files are
lingering in the lists/ directory otherwise. That was kinda okay in the
old none-client-merge as the filename was always the same so it was
constantly overridden, but now with different names for client-merge
quiet a few could pill up on the system and are used by the next call
as it picks them up based on the filename.
apt-pkg/acquire-item.cc
test/integration/test-pdiff-usage