 freegish (1.53+git20170110+dfsg-2)
[PTS] [DDPO]
 freegish (1.53+git20170110+dfsg-2)
[PTS] [DDPO]
COMMITS: VCS has seen 7 commits since the debian/1.53+git20170110+dfsg-2 tag
- Git: https://salsa.debian.org/games-team/freegish.git
- 
 
- Branch: master
- Path:  debian/changelog 
- Repo size: 319488
- Browser: https://salsa.debian.org/games-team/freegish
- Last scan: 2025-10-27 11:21:02+00
- Next scan: 2025-11-02 14:54:00+00
- Merge requests: 1
- Debian changelog in Git: freegish (1.53+git20170110+dfsg-2) unstable; urgency=medium
  * Team upload.
  * Fix FTBFS with GCC 10. (Closes: #957234)
  * Bump Standards-Version to 4.5.0.
  * Bump debhelper compat level to 13.
 -- Reiner Herrmann <reiner@reiner-h.de>  Sun, 26 Jul 2020 14:03:15 +0200 
- This branch is 7 commits ahead of tag debian/1.53+git20170110+dfsg-2
- Git log: 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