Control: tags 1097577 + patch Control: tags 1097577 + pending Dear maintainer,
I've prepared an NMU for phlipple (versioned as 0.8.5-5.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for phlipple-0.8.5 phlipple-0.8.5 changelog | 7 +++++++ patches/gcc-15.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru phlipple-0.8.5/debian/changelog phlipple-0.8.5/debian/changelog --- phlipple-0.8.5/debian/changelog 2021-10-03 22:12:06.000000000 +0300 +++ phlipple-0.8.5/debian/changelog 2025-10-22 21:01:59.000000000 +0300 @@ -1,3 +1,10 @@ +phlipple (0.8.5-5.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 15. (Closes: #1097577) + + -- Adrian Bunk <[email protected]> Wed, 22 Oct 2025 21:01:59 +0300 + phlipple (0.8.5-5.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru phlipple-0.8.5/debian/patches/gcc-15.patch phlipple-0.8.5/debian/patches/gcc-15.patch --- phlipple-0.8.5/debian/patches/gcc-15.patch 1970-01-01 02:00:00.000000000 +0200 +++ phlipple-0.8.5/debian/patches/gcc-15.patch 2025-10-22 21:01:59.000000000 +0300 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with GCC 15 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1097577 + +--- phlipple-0.8.5.orig/src/osinterface_sdl.c ++++ phlipple-0.8.5/src/osinterface_sdl.c +@@ -411,7 +411,7 @@ void OS_playMusic(int id) + + } + +-void OS_stopMusic(int id) ++void OS_stopMusic() + { + Mix_FadeOutMusic(200); + } diff -Nru phlipple-0.8.5/debian/patches/series phlipple-0.8.5/debian/patches/series --- phlipple-0.8.5/debian/patches/series 2020-07-26 17:30:10.000000000 +0300 +++ phlipple-0.8.5/debian/patches/series 2025-10-22 21:01:59.000000000 +0300 @@ -2,3 +2,4 @@ desktop-file.patch link-libm.patch gcc10.patch +gcc-15.patch

