Debian Patches
Status for cpputest/4.0-3
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Hardcode-installation-prefix-in-cmake-scripts.patch | Hardcode installation prefix in cmake scripts The upstream cmake scripts rely on analyzing the installation path of the files and consider that the upstream prefix is the directory 3 layers above. But that's not correct with /usr/lib/x86_64-linux-gnu/CppUTest/cmake/*.cmake where you need to strip 4 layers. So it tries to use /usr/lib/include instead of /usr/include and fails. Instead of this bad guess, we just hardcode the path that we are using in Debian. |
=?utf-8?q?Rapha=C3=ABl_Hertzog?= <raphael@freexian.com> | yes | debian upstream | 2025-03-20 | |
Fix-make-distclean.patch | Fix make distclean With build parallelism, the call to "make distclean-local" happens at a time where "make distclean-generic" has not finished to remove the files in the "generated" directory. Anyway removing the empty directory serves no real purpose, so just drop that. |
=?utf-8?q?Rapha=C3=ABl_Hertzog?= <hertzog@debian.org> | no | debian | 2025-03-21 |