diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-08-24 21:57:53 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-08-24 22:37:41 +0200 |
commit | 70ff288b98a7aae2c2808112015d34f76f2d5114 (patch) | |
tree | 7359edf1ef1f6cc5d0bac9d5f8967052e4546b9b /apt-inst | |
parent | 1044354995513348f4836772fe77068585091d6b (diff) |
do not restore selections for already purged packages
In most cases apt was already skipping the (re)setting of packages as
to be removed/purged if dpkg had told us that it already did, but we
haven't dealt with it in the most obvious of the cases: Selections set
for packages we touched in this operation which either restores
selections even dpkg would have overridden or e.g. tries to restore a
purge selection for a package which was just purged – does not happen
with apt itself as it isn't using selections in this way, but higher
frontends like aptitude do.
The result in the later case is a warning printed by dpkg that we try to
set selections for an unknown package, which is harmless per se, but can
be confusing for users and we really shouldn't cause warnings in dpkg if
we can help it.
Reported-By: Guillem Jover on IRC
Diffstat (limited to 'apt-inst')
0 files changed, 0 insertions, 0 deletions