Debian Patches
Status for freegish/1.53+git20240323+dfsg-1
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| custom_level_loading.patch | Loading custom levels from ~/.freegish/level/ =================================================================== |
no | ||||
| 0002-data-path.patch | install data files under /usr/share/games | not-needed | vendor | |||
| 0003-Use-standard-boolean-type.patch | Use standard boolean type In C23, bool is a new reserved keyword [1], which means that a custom enum cannot be named after it anymore. Replace it with a proper bool type, which fulfills the original purpose of this enum. Because not all compilers support C23 yet, including MSVC and Apple Clang [2], include the compatibility header stdbool.h available since C99 so it builds fine in all platforms. This change is especially relevant because GCC 15 defaults to C23, causing freegish to fail to build [3]. [1] https://gcc.gnu.org/gcc-15/porting_to.html#c23-new-keywords [2] https://en.cppreference.com/w/c/compiler_support/23 [3] https://bugs.debian.org/1096653 |
"Henrique F. Simoes" <henriquesimoes@riseup.net> | yes | debian | 2025-10-25 |
All known versions for source package 'freegish'
- 1.53+git20240323+dfsg-1 (forky, sid)
- 1.53+git20170110+dfsg-2 (trixie, bookworm)
