vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
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>