Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-23 | tests: support 'installed' release in insertpackage | David Kalnischkies | |
It is sometimes handy to have an installed package also in the archive, but this was until now harder than it should as you had to duplicate the lines, which is especially dangerous while writing the tests as it easily happens that these two lines divert and so the same-but-different version detection kicks in. Git-Dch: Ignore | |||
2014-09-05 | Fix incorrect upgradable listing in "apt list" (thanks to Michael Musenbrock) | Michael Vogt | |
The "apt list" command was using only the pkgDepCache but not the pkgPolicy to figure out if a package is upgradable. This lead to incorrect display of upgradable package when the user used the policy to pin-down packages. Thanks to Michael Musenbrock for the initial patch. Closes: #753297 |