]> git.saurik.com Git - apt.git/commit
do not require non-broken systems in 'upgrade'
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 8 Apr 2016 10:50:08 +0000 (12:50 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 13 Apr 2016 19:33:32 +0000 (21:33 +0200)
commit40703260cdb40409e930a53a04a4061cf2173f42
tree9980a0414e0ecc1653823e8f52d1951c2cce791f
parentc1e7b36400db49d3dcb403512e9b009d1b6d05bc
do not require non-broken systems in 'upgrade'

There is a good chance that the attempt will fail, but if a user
mentions certain packages explicitly on the commandline there is a
chance that this will consist of a broken system which is resolved
by upgrading more packages then just the mentioned.

This limitation was not effecting external resolvers.
apt-pkg/upgrade.cc