Control: tags 1133516 + patch Control: tags 1133516 + pending Dear maintainer,
I've prepared an NMU for libexadrums (versioned as 0.7.0-1.2) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for libexadrums-0.7.0 libexadrums-0.7.0 changelog | 7 +++++++ patches/gcc-16.patch | 14 ++++++++++++++ patches/series | 1 + 3 files changed, 22 insertions(+) diff -Nru libexadrums-0.7.0/debian/changelog libexadrums-0.7.0/debian/changelog --- libexadrums-0.7.0/debian/changelog 2024-02-28 13:46:37.000000000 +0200 +++ libexadrums-0.7.0/debian/changelog 2026-08-31 20:15:46.000000000 +0300 @@ -1,3 +1,10 @@ +libexadrums (0.7.0-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 16. (Closes: 1133516) + + -- Adrian Bunk <[email protected]> Mon, 31 Aug 2026 20:15:46 +0300 + libexadrums (0.7.0-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru libexadrums-0.7.0/debian/patches/gcc-16.patch libexadrums-0.7.0/debian/patches/gcc-16.patch --- libexadrums-0.7.0/debian/patches/gcc-16.patch 1970-01-01 02:00:00.000000000 +0200 +++ libexadrums-0.7.0/debian/patches/gcc-16.patch 2026-08-31 20:15:46.000000000 +0300 @@ -0,0 +1,14 @@ +Description: Fix FTBFS with GCC 16 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1133516 + +--- libexadrums-0.7.0.orig/IO/SpiDevices/SpiDev.h ++++ libexadrums-0.7.0/IO/SpiDevices/SpiDev.h +@@ -8,6 +8,7 @@ + #ifndef LIBEXADRUMS_IO_SPIDEVICES_SPIDEV_H + #define LIBEXADRUMS_IO_SPIDEVICES_SPIDEV_H + ++#include <cstdint> + #include <memory> + #include <string> + diff -Nru libexadrums-0.7.0/debian/patches/series libexadrums-0.7.0/debian/patches/series --- libexadrums-0.7.0/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ libexadrums-0.7.0/debian/patches/series 2026-08-31 20:15:46.000000000 +0300 @@ -0,0 +1 @@ +gcc-16.patch

