Control: tags 1096330 + patch Control: tags 1096330 + pending Dear maintainer,
I've prepared an NMU for asciijump (versioned as 1.0.2~beta-11.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for asciijump-1.0.2~beta asciijump-1.0.2~beta changelog | 7 +++++++ patches/gcc-15.patch | 24 ++++++++++++++++++++++++ patches/series | 1 + 3 files changed, 32 insertions(+) diff -Nru asciijump-1.0.2~beta/debian/changelog asciijump-1.0.2~beta/debian/changelog --- asciijump-1.0.2~beta/debian/changelog 2024-04-03 22:17:21.000000000 +0300 +++ asciijump-1.0.2~beta/debian/changelog 2025-09-19 22:07:45.000000000 +0300 @@ -1,3 +1,10 @@ +asciijump (1.0.2~beta-11.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 15. (Closes: #1096330) + + -- Adrian Bunk <[email protected]> Fri, 19 Sep 2025 22:07:45 +0300 + asciijump (1.0.2~beta-11) unstable; urgency=medium * Team upload. diff -Nru asciijump-1.0.2~beta/debian/patches/gcc-15.patch asciijump-1.0.2~beta/debian/patches/gcc-15.patch --- asciijump-1.0.2~beta/debian/patches/gcc-15.patch 1970-01-01 02:00:00.000000000 +0200 +++ asciijump-1.0.2~beta/debian/patches/gcc-15.patch 2025-09-19 22:07:45.000000000 +0300 @@ -0,0 +1,24 @@ +Description: Fix FTBFS with GCC 15 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1096330 + +--- asciijump-1.0.2~beta.orig/as_main.c ++++ asciijump-1.0.2~beta/as_main.c +@@ -365,7 +365,7 @@ static int as_command(void) + return 1; + } + +-void as_finish() ++void as_finish(int sig) + { + struct s_as_player *p = as_players->head; + +@@ -409,7 +409,7 @@ static int as_loop() + break; + + case AS_finish: +- as_finish(); ++ as_finish(0); + return 0; + } + diff -Nru asciijump-1.0.2~beta/debian/patches/series asciijump-1.0.2~beta/debian/patches/series --- asciijump-1.0.2~beta/debian/patches/series 2024-04-03 22:17:21.000000000 +0300 +++ asciijump-1.0.2~beta/debian/patches/series 2025-09-19 22:07:45.000000000 +0300 @@ -8,3 +8,4 @@ cppflags.patch port_declaration.patch desktop-icon.patch +gcc-15.patch

