Control: tags 1096512 + patch Control: tags 1096512 + pending Dear maintainer,
I've prepared an NMU for dd2 (versioned as 0.2.2-5.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for dd2-0.2.2 dd2-0.2.2 changelog | 7 +++++++ patches/gcc-15.patch | 16 ++++++++++++++++ patches/series | 1 + 3 files changed, 24 insertions(+) diff -Nru dd2-0.2.2/debian/changelog dd2-0.2.2/debian/changelog --- dd2-0.2.2/debian/changelog 2025-04-23 16:06:36.000000000 +0300 +++ dd2-0.2.2/debian/changelog 2025-09-21 20:23:19.000000000 +0300 @@ -1,3 +1,10 @@ +dd2 (0.2.2-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 15. (Closes: #1096512) + + -- Adrian Bunk <[email protected]> Sun, 21 Sep 2025 20:23:19 +0300 + dd2 (0.2.2-5) unstable; urgency=medium * Team upload. diff -Nru dd2-0.2.2/debian/patches/gcc-15.patch dd2-0.2.2/debian/patches/gcc-15.patch --- dd2-0.2.2/debian/patches/gcc-15.patch 1970-01-01 02:00:00.000000000 +0200 +++ dd2-0.2.2/debian/patches/gcc-15.patch 2025-09-21 20:23:19.000000000 +0300 @@ -0,0 +1,16 @@ +Description: Fix FTBFS with GCC 15 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1096512 + +--- dd2-0.2.2.orig/src/main.h ++++ dd2-0.2.2/src/main.h +@@ -21,9 +21,4 @@ + #ifndef _MAIN_H_ + #define _MAIN_H_ + +-typedef int bool; +- +-#define true 1 +-#define false 0 +- + #endif diff -Nru dd2-0.2.2/debian/patches/series dd2-0.2.2/debian/patches/series --- dd2-0.2.2/debian/patches/series 2025-04-23 16:01:57.000000000 +0300 +++ dd2-0.2.2/debian/patches/series 2025-09-21 20:23:19.000000000 +0300 @@ -4,3 +4,4 @@ 03_hiscore_file.patch 04_hiscore_patches.patch array-out-of-bounds.patch +gcc-15.patch

