]> git.saurik.com Git - apt.git/commit - test/integration/test-ubuntu-bug-761175-remove-purge
don't sent uninstallable rc-only versions via EDSP
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 10 May 2016 12:51:30 +0000 (14:51 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Tue, 10 May 2016 12:51:30 +0000 (14:51 +0200)
commit33190fe3d3c200dcd417cd336f9db11f5f4408d5
tree566a5a26aa9f54346d113e31c90c989480699b5f
parent2fac0dd5a7a62b67a869cd4c71c9d09159aaa31d
don't sent uninstallable rc-only versions via EDSP

Versions which are only available in dpkg/status aren't installable and
apt doesn't pick them as candidate for this reason – for the same reason
such packages shouldn't be sent to an external solver via EDSP. The
packages are pinned to -1, but if the solver has strict pinning disabled
it could end up picking this version anyhow – which is a request apt can
not satisfy.

Reported-By: Maximiliano Curia <maxy@debian.org> on IRC
apt-pkg/edsp.cc
test/integration/test-ubuntu-bug-761175-remove-purge