commit 174244a3d35d043676dfbd985f5e9b282ebb2534
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Mon Oct 27 12:17:38 2025 +0100
drop dependnecy on ancient CMake
commit cc9c4e353a9bd93a56a61365ff5e20a2ff3acbb8
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Mon Oct 27 12:17:08 2025 +0100
wrap-and-sort -ast
commit 1ce108d39d30912aa15134a193ac3bfd9b361f83
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Mon Oct 27 12:16:46 2025 +0100
bump Standards-Version to 4.7.2
commit 311b3fafa2d651bb1d84b541178ec7c74272a71b
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Mon Oct 27 12:16:26 2025 +0100
drop "Rules-Requires-Root: no", it is the default now
commit 77aed7874410946f8d681555aa2a5ca36dc93e66
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Mon Oct 27 12:16:03 2025 +0100
add debian/salsa-ci.yml
commit 87c794c5c8be22047d3b00c24ba60bf3d08aa017
Merge: a724700 2dd1586
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Mon Oct 27 12:15:05 2025 +0100
Merge branch 'gcc-15' into 'master'
Fix FTBFS with GCC 15
See merge request games-team/freegish!2
commit 2dd1586832d4ec1bd9f5071feca17cc6aad8e3a2
Author: Henrique F. Simoes <henriquesimoes@riseup.net>
Date: Sat Oct 25 16:26:16 2025 -0300
Fix FTBFS with GCC 15
A custom enum is named `bool` which now conflicts with the reserved
keyword from C23. Patch the upstream code to use the standard boolean
type, taking care to keep it building fine in other platforms.
Closes: #1096653
Among the 2 debian patches available in version 1.53+git20170110+dfsg-2 of the package, we noticed the following issues: