Control: tags 1098036 + patch Control: tags 1098036 + pending Dear maintainer,
I've prepared an NMU for unicon (versioned as 3.0.4+dfsg1-7.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for unicon-3.0.4+dfsg1 unicon-3.0.4+dfsg1 changelog | 8 ++++++++ rules | 2 ++ 2 files changed, 10 insertions(+) diff -Nru unicon-3.0.4+dfsg1/debian/changelog unicon-3.0.4+dfsg1/debian/changelog --- unicon-3.0.4+dfsg1/debian/changelog 2024-11-07 21:33:41.000000000 +0200 +++ unicon-3.0.4+dfsg1/debian/changelog 2025-10-11 18:45:08.000000000 +0300 @@ -1,3 +1,11 @@ +unicon (3.0.4+dfsg1-7.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -std=gnu17 to workaround FTBFS with GCC 15. + (Closes: #1098036) + + -- Adrian Bunk <[email protected]> Sat, 11 Oct 2025 18:45:08 +0300 + unicon (3.0.4+dfsg1-7) unstable; urgency=medium [ xiao sheng wen ] diff -Nru unicon-3.0.4+dfsg1/debian/rules unicon-3.0.4+dfsg1/debian/rules --- unicon-3.0.4+dfsg1/debian/rules 2024-11-07 21:33:21.000000000 +0200 +++ unicon-3.0.4+dfsg1/debian/rules 2025-10-11 18:45:08.000000000 +0300 @@ -2,6 +2,8 @@ export DH_VERBOSE = 1 +export DEB_CFLAGS_MAINT_APPEND = -std=gnu17 + DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk include /usr/share/dpkg/architecture.mk

