Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
better-clean.patch | Improve 'make clean' | Colin Watson <cjwatson@debian.org> | no | 2010-03-02 | ||
tests-unified-diff.patch | Use 'diff -u' in tests to get more context | Colin Watson <cjwatson@debian.org> | no | 2010-03-02 | ||
remove-non-free-tests.patch | Remove prn13 and prn14 from regression_tests These tests contain code under non-free licences. The upstream tarball has been repacked without these files. |
Colin Watson <cjwatson@debian.org> | no | debian | 2021-08-11 | |
ccccmain-dependency.patch | Add dependency on PCCTS-generated files for compiling ccccmain The missing dependency was sometimes (on the order of one in four times on my system) visible when using `make --shuffle` from GNU Make 4.4, resulting in something like this: ccccmain.cc:33:10: fatal error: CParser.h: No such file or directory 33 | #include "CParser.h" | ^~~~~~~~~~~ compilation terminated. It's a bit awkward to handle the way that generating the Ada files is disabled, but I tried to roughly match the way that `ADA_SPAWN_OBJ` and `ADA_LANG_DEFINE` are commented out. |
Colin Watson <cjwatson@debian.org> | yes | 2024-12-05 |