Fix multiarch package upgrade issue
authorMichael Vogt <mvo@ubuntu.com>
Tue, 4 Feb 2014 09:18:16 +0000 (10:18 +0100)
committerMichael Vogt <mvo@ubuntu.com>
Tue, 4 Feb 2014 09:18:16 +0000 (10:18 +0100)
commit0dfc7eef47519bd6b48ceaa4341b72ec40560988
tree9955aaa4854c7deabcbac896b90edc437ee527b6
parent4afa7d18b37661996d188959ba7917824e1545d3
Fix multiarch package upgrade issue

When checking for negative dependencies in MarkInstall() ensure that
only dependencies that are relevant (i.e. getting installed) are
checked.
apt-pkg/depcache.cc
test/integration/test-bug-multiarch-upgrade [new file with mode: 0755]