Control: tags 1096277 + patch Control: tags 1096277 + pending Dear maintainer,
I've prepared an NMU for acme (versioned as 1:0.97~svn20211115+ds-2.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for acme-0.97~svn20211115+ds acme-0.97~svn20211115+ds changelog | 7 +++++++ patches/gcc-15.patch | 25 +++++++++++++++++++++++++ patches/series | 1 + 3 files changed, 33 insertions(+) diff -Nru acme-0.97~svn20211115+ds/debian/changelog acme-0.97~svn20211115+ds/debian/changelog --- acme-0.97~svn20211115+ds/debian/changelog 2024-05-27 11:52:25.000000000 +0300 +++ acme-0.97~svn20211115+ds/debian/changelog 2025-11-12 05:30:54.000000000 +0200 @@ -1,3 +1,10 @@ +acme (1:0.97~svn20211115+ds-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 15. (Closes: #1096277) + + -- Adrian Bunk <[email protected]> Wed, 12 Nov 2025 05:30:54 +0200 + acme (1:0.97~svn20211115+ds-2) unstable; urgency=medium * Bump standards version to 4.7.0. diff -Nru acme-0.97~svn20211115+ds/debian/patches/gcc-15.patch acme-0.97~svn20211115+ds/debian/patches/gcc-15.patch --- acme-0.97~svn20211115+ds/debian/patches/gcc-15.patch 1970-01-01 02:00:00.000000000 +0200 +++ acme-0.97~svn20211115+ds/debian/patches/gcc-15.patch 2025-11-12 05:30:54.000000000 +0200 @@ -0,0 +1,25 @@ +Description: Fix FTBFS with GCC 15 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1096277 + +--- acme-0.97~svn20211115+ds.orig/contrib/toacme/src/config.h ++++ acme-0.97~svn20211115+ds/contrib/toacme/src/config.h +@@ -7,15 +7,15 @@ + #ifndef config_H + #define config_H + ++#include <stdbool.h> + + // constants + #define SPACE 0x20 + #define SHIFTSPACE 0xa0 + + #ifndef FALSE +-typedef int bool; +-#define FALSE 0 +-#define TRUE 1 ++#define FALSE false ++#define TRUE true + #endif + + diff -Nru acme-0.97~svn20211115+ds/debian/patches/series acme-0.97~svn20211115+ds/debian/patches/series --- acme-0.97~svn20211115+ds/debian/patches/series 2021-11-15 13:30:08.000000000 +0200 +++ acme-0.97~svn20211115+ds/debian/patches/series 2025-11-12 05:30:54.000000000 +0200 @@ -1,3 +1,4 @@ add-g cross makefile-flags +gcc-15.patch

