Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-19 | tests: support spaces in path and TMPDIR | David Kalnischkies | 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 | |||||
2013-08-12 | fix output redirection order | David Kalnischkies | 1 | -1/+1 | |
First redirect output to a file, then redirect other outputs to this output, not the other way around as this will not work. Git-Dch: Ignore | |||||
2012-03-03 | * apt-pkg/packagemanager.cc: | David Kalnischkies | 1 | -0/+21 | |
- do not try to a void a breaks if the broken package pre-depends on the breaker, but let dpkg auto-deconfigure it |