Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-29 | Fix SmartConfigure to ignore ordering of packages that are already valid | Michael Vogt | |
With the change of SmartConfigure() in git commit 42d51f the ordering code was trying to re-order dependencies, even when at this point in time this was not needed. Now it will first check all targets of the given dependency and only if there is not a good one try to reorder and unpack/configure as needed. Closes: LP: #1347721 |