Control: tags 1096868 + patch Control: tags 1096868 + pending Dear maintainer,
I've prepared an NMU for ispell (versioned as 3.4.06-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for ispell-3.4.06 ispell-3.4.06 changelog | 8 ++++++++ rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff -Nru ispell-3.4.06/debian/changelog ispell-3.4.06/debian/changelog --- ispell-3.4.06/debian/changelog 2024-01-09 23:48:52.000000000 +0200 +++ ispell-3.4.06/debian/changelog 2026-01-05 14:04:40.000000000 +0200 @@ -1,3 +1,11 @@ +ispell (3.4.06-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -std=gnu17 to workaround FTBFS with GCC 15. + (Closes: #1096868) + + -- Adrian Bunk <[email protected]> Mon, 05 Jan 2026 14:04:40 +0200 + ispell (3.4.06-1) unstable; urgency=low * New upstream version. diff -Nru ispell-3.4.06/debian/rules ispell-3.4.06/debian/rules --- ispell-3.4.06/debian/rules 2024-01-09 23:48:52.000000000 +0200 +++ ispell-3.4.06/debian/rules 2026-01-05 14:04:40.000000000 +0200 @@ -6,7 +6,7 @@ export DESTDIR := $(CURDIR)/debian/tmp DEB_BUILD_MAINT_OPTIONS := hardening=+all -DEB_CFLAGS_MAINT_APPEND := $(shell getconf LFS_CFLAGS) -Wall +DEB_CFLAGS_MAINT_APPEND := $(shell getconf LFS_CFLAGS) -Wall -std=gnu17 DPKG_EXPORT_BUILDFLAGS := 1 include /usr/share/dpkg/buildflags.mk

