Control: tags 1097504 + patch Control: tags 1097504 + pending Dear maintainer,
I've prepared an NMU for onboard (versioned as 1.4.1-10.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for onboard-1.4.1 onboard-1.4.1 changelog | 7 +++++++ patches/gcc-15.patch | 16 ++++++++++++++++ patches/series | 1 + 3 files changed, 24 insertions(+) diff -Nru onboard-1.4.1/debian/changelog onboard-1.4.1/debian/changelog --- onboard-1.4.1/debian/changelog 2025-01-15 22:40:26.000000000 +0200 +++ onboard-1.4.1/debian/changelog 2025-10-07 16:26:00.000000000 +0300 @@ -1,3 +1,10 @@ +onboard (1.4.1-10.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 15. (Closes: #1097504) + + -- Adrian Bunk <[email protected]> Tue, 07 Oct 2025 16:26:00 +0300 + onboard (1.4.1-10) unstable; urgency=medium [ Bo YU ] diff -Nru onboard-1.4.1/debian/patches/gcc-15.patch onboard-1.4.1/debian/patches/gcc-15.patch --- onboard-1.4.1/debian/patches/gcc-15.patch 1970-01-01 02:00:00.000000000 +0200 +++ onboard-1.4.1/debian/patches/gcc-15.patch 2025-10-07 16:26:00.000000000 +0300 @@ -0,0 +1,16 @@ +Description: Fix FTBFS with GCC 15 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1097504 + +--- onboard-1.4.1.orig/Onboard/osk/osk_module.h ++++ onboard-1.4.1/Onboard/osk/osk_module.h +@@ -24,8 +24,7 @@ + + #include <Python.h> + #include <structmember.h> +- +-typedef enum { false, true } bool; ++#include <stdbool.h> + + /** + * Python2 to Python3 conversion diff -Nru onboard-1.4.1/debian/patches/series onboard-1.4.1/debian/patches/series --- onboard-1.4.1/debian/patches/series 2024-07-24 08:51:04.000000000 +0300 +++ onboard-1.4.1/debian/patches/series 2025-10-07 16:26:00.000000000 +0300 @@ -13,3 +13,4 @@ 1011_python-distutils-byebye.patch 1012_thread-state.patch 1013_slow-down-tests-for-riscv64.patch +gcc-15.patch

