Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-19 | tests: support spaces in path and TMPDIR | David Kalnischkies | |
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 | |||
2015-12-11 | Convert package names from Packages files to lower case | Julian Andres Klode | |
dpkg does that when reading package files, so we should do the same. This only deals with parsing names from binary package paragraphs, it does not look at source package names and/or the list of binaries in a dsc file. Closes: #807012 |