Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not immediately configure m-a: same packages in lockstep | Julian Andres Klode | 2020-11-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | In LP#835625, it was reported that apt did not unpack multi-arch packages in the correct order, and dpkg did not like that. The fix also made apt configure packages together, which is not strictly necessary. This turned out to cause issues now, because of dependencies on libc6:i386 that caused immediate configuration of that to not work. Work around the issue by not configuring multi-arch: same packages in lockstep if they have the immediate flag set. This will be the pseudo-essential set, and given how essential works, we mostly need the native arch to work correctly anyway. LP: #1871268 Regression-Of: 30426f4822516bdd26528aa2e6d8d69c1291c8d3 | ||||
* | tests: support spaces in path and TMPDIR | David Kalnischkies | 2015-12-19 | 1 | -2/+2 |
| | | | | | | | This doesn't allow all tests to run cleanly, but it at least allows to write tests which could run successfully in such environments. Git-Dch: Ignore | ||||
* | Fix the test suite again | Julian Andres Klode | 2015-08-17 | 1 | -2/+2 |
| | | | | Gbp-Dch: ignore | ||||
* | ignore the order used for the 'apt' package as long as it is valid either way | David Kalnischkies | 2012-04-19 | 1 | -1/+15 |
| | |||||
* | M-A:same lockstep unpack should operate on installed | David Kalnischkies | 2011-09-09 | 1 | -0/+31 |
packages first (LP: #835625) |