Control: tags 1096273 + patch Control: tags 1096273 + pending Dear maintainer,
I've prepared an NMU for abe (versioned as 1.1+dfsg-6.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for abe-1.1+dfsg abe-1.1+dfsg changelog | 7 +++++++ patches/gcc-15.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru abe-1.1+dfsg/debian/changelog abe-1.1+dfsg/debian/changelog --- abe-1.1+dfsg/debian/changelog 2025-08-17 17:22:59.000000000 +0300 +++ abe-1.1+dfsg/debian/changelog 2025-09-19 19:59:38.000000000 +0300 @@ -1,3 +1,10 @@ +abe (1.1+dfsg-6.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with GCC 15. (Closes: #1096273) + + -- Adrian Bunk <[email protected]> Fri, 19 Sep 2025 19:59:38 +0300 + abe (1.1+dfsg-6) unstable; urgency=medium * Team upload. diff -Nru abe-1.1+dfsg/debian/patches/gcc-15.patch abe-1.1+dfsg/debian/patches/gcc-15.patch --- abe-1.1+dfsg/debian/patches/gcc-15.patch 1970-01-01 02:00:00.000000000 +0200 +++ abe-1.1+dfsg/debian/patches/gcc-15.patch 2025-09-19 19:59:38.000000000 +0300 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with GCC 15 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1096273 + +--- abe-1.1+dfsg.orig/src/Map.c ++++ abe-1.1+dfsg/src/Map.c +@@ -945,7 +945,7 @@ moveMap() + drawMap(); // this calls finishDrawMap + } else { + // update the screen +- finishDrawMap(!map.redraw); ++ finishDrawMap(); + } + + // uncomment to test slow machine game speed diff -Nru abe-1.1+dfsg/debian/patches/series abe-1.1+dfsg/debian/patches/series --- abe-1.1+dfsg/debian/patches/series 2025-08-17 17:21:09.000000000 +0300 +++ abe-1.1+dfsg/debian/patches/series 2025-09-19 19:59:38.000000000 +0300 @@ -4,3 +4,4 @@ 04-default-reso.patch 05-cheat.patch format-security.patch +gcc-15.patch

