Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * cmdline/apt-get.cc: | David Kalnischkies | 2011-11-23 | 1 | -0/+22 |
| | | | | - ignore foreign architectures if we check if a provides has only one resolver as it's basically the same for the user, so no need to choose | ||||
* | * apt-pkg/depcache.cc: | David Kalnischkies | 2011-11-23 | 1 | -0/+128 |
- prefer native providers over foreigns even if the chain is foreign The code preferred real over virtual packages and based on priorities. This is changed in so far that a real package from any arch is preferred over any virtual provider and if priorities doesn't help in choosing the best provider we choose it based on architectures |