Control: tags 1097878 + patch Control: tags 1097878 + pending Dear maintainer,
I've prepared an NMU for shogivar (versioned as 1.55b-3.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for shogivar-1.55b shogivar-1.55b changelog | 7 +++++++ patches/gcc-15.patch | 23 +++++++++++++++++++++++ patches/series | 1 + 3 files changed, 31 insertions(+) diff -Nru shogivar-1.55b/debian/changelog shogivar-1.55b/debian/changelog --- shogivar-1.55b/debian/changelog 2020-08-27 22:38:28.000000000 +0300 +++ shogivar-1.55b/debian/changelog 2025-10-24 19:56:44.000000000 +0300 @@ -1,3 +1,10 @@ +shogivar (1.55b-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 15. (Closes: #1097878) + + -- Adrian Bunk <[email protected]> Fri, 24 Oct 2025 19:56:44 +0300 + shogivar (1.55b-3) unstable; urgency=medium * Fix build with gcc-10 (Closes: #957792). diff -Nru shogivar-1.55b/debian/patches/gcc-15.patch shogivar-1.55b/debian/patches/gcc-15.patch --- shogivar-1.55b/debian/patches/gcc-15.patch 1970-01-01 02:00:00.000000000 +0200 +++ shogivar-1.55b/debian/patches/gcc-15.patch 2025-10-24 19:56:44.000000000 +0300 @@ -0,0 +1,23 @@ +Description: Fix FTBFS with GCC 15 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1097878 + +--- shogivar-1.55b.orig/frontend.h ++++ shogivar-1.55b/frontend.h +@@ -10,14 +10,14 @@ void Sleep(int ms); + void DisplayError(char *message, int error); + void UpdateCaptions(void); + void DrawBoard(); +-void InitBoard(); ++void InitBoard(char *name); + void UnloadImages(void); + + void LoadStart(); + void UnloadStart(); + void LoadAddPieces(); + void UnloadAddPieces(); +-void LoadBoard(); ++void LoadBoard(char *name); + void UnloadBoard(); + void LoadPieceHelp(); + void UnloadPieceHelp(); diff -Nru shogivar-1.55b/debian/patches/series shogivar-1.55b/debian/patches/series --- shogivar-1.55b/debian/patches/series 2020-08-27 22:34:37.000000000 +0300 +++ shogivar-1.55b/debian/patches/series 2025-10-24 19:56:44.000000000 +0300 @@ -1 +1,2 @@ globals +gcc-15.patch

