wmfrog (0.3.1+git20211013+ds-3)
[PTS] [DDPO]
COMMITS: VCS has seen 3 commits since the debian/0.3.1+git20211013+ds-2 tag
- Git: https://salsa.debian.org/wmaker-team/wmfrog.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 339968
- Browser: https://salsa.debian.org/wmaker-team/wmfrog
- Last scan: 2025-05-13 23:08:02+00
- Next scan: 2025-05-21 07:59:00+00
- CI pipeline status: success
- Debian changelog in Git:
wmfrog (0.3.1+git20211013+ds-3) unstable; urgency=medium
* d/patches
- add patch to fix pre-ANSI function declaration (Closes: #1098104)
* d/control
- bump Standards-Version to 4.7.2
-- Jeremy Sowden <azazel@debian.org> Sat, 15 Mar 2025 13:36:18 +0000
- This branch is 3 commits ahead of tag debian/0.3.1+git20211013+ds-2
- Git log:
commit 0849249fe3cb332dc77958f23288ee015dea73d8
Author: Jeremy Sowden <azazel@debian.org>
Date: Sat Mar 15 13:36:30 2025 +0000
d/changelog: add entry for 0.3.1+git20211013+ds-3
commit 5af41ec9078babc7f762aaabd8191b6257750b8d
Author: Jeremy Sowden <azazel@debian.org>
Date: Sat Mar 15 13:11:58 2025 +0000
d/control: bump Standards-Version to 4.7.2
Signed-off-by: Jeremy Sowden <azazel@debian.org>
commit 51abc6cc9cf9d697432c60fd5e8fca1eb366cfef
Author: Jeremy Sowden <azazel@debian.org>
Date: Sat Mar 15 13:35:56 2025 +0000
d/patches: add patch to fix pre-ANSI function declaration
Pre-ANSI function declarations have been removed in C23 and the syntax reused
for declaring functions with no parameters (like C++). GCC 15 now defaults to
C23, so these declarations cause an FTBFS.
Correct the type of `UpdateData` function to what is required of a signal-
handler.
Closes: #1098104
Signed-off-by: Jeremy Sowden <azazel@debian.org>