Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-06 | Rewrite build system to support a "target build system" | Niels Thykier | 1 | -8/+0 | |
Several of the build systems consists of a configure step that generates a buildscript for another build tool. Notable examples being "cmake" and "meson", which even supports multiple backend tools. This change makes it natively possible for debhelper to support such build systems with multiple backends. Note that only build systems with multiple backends have been rewritten. Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2018-01-20 | ninja.pm: Set LC_ALL=C.UTF-8 for meson builds | Niels Thykier | 1 | -10/+26 | |
Signed-off-by: Niels Thykier <niels@thykier.net> | |||||
2017-08-24 | Support building on case-insensitive filesystems | Geoffrey Thomas | 1 | -0/+82 | |
Move Debian/ to lib subdirectory to support building on non-case-sensitive filesystems. |