Control: tags 1097431 + patch Control: tags 1097431 + pending Dear maintainer,
I've prepared an NMU for nas (versioned as 1.9.4-9.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for nas-1.9.4 nas-1.9.4 changelog | 8 ++++++++ rules | 2 ++ 2 files changed, 10 insertions(+) diff -Nru nas-1.9.4/debian/changelog nas-1.9.4/debian/changelog --- nas-1.9.4/debian/changelog 2024-05-09 12:30:10.000000000 +0300 +++ nas-1.9.4/debian/changelog 2026-01-05 15:00:18.000000000 +0200 @@ -1,3 +1,11 @@ +nas (1.9.4-9.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -std=gnu17 to workaround FTBFS with GCC 15. + (Closes: #1097431) + + -- Adrian Bunk <[email protected]> Mon, 05 Jan 2026 15:00:18 +0200 + nas (1.9.4-9) unstable; urgency=medium * Team upload. diff -Nru nas-1.9.4/debian/rules nas-1.9.4/debian/rules --- nas-1.9.4/debian/rules 2024-05-09 12:30:10.000000000 +0300 +++ nas-1.9.4/debian/rules 2026-01-05 15:00:18.000000000 +0200 @@ -3,6 +3,8 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) +export DEB_CFLAGS_MAINT_APPEND = -std=gnu17 + instdirs=BINDIR=/usr/bin USRLIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) MANPATH=/usr/share/man INCDIR=/usr/include PROJECTMANSUFFIX=nas ETCDIR=/etc/nas %:

