Control: tags 1096699 + patch Control: tags 1096699 + pending Dear maintainer,
I've prepared an NMU for gfarm2fs (versioned as 1.2.16-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for gfarm2fs-1.2.16 gfarm2fs-1.2.16 changelog | 8 ++++++++ rules | 2 ++ 2 files changed, 10 insertions(+) diff -Nru gfarm2fs-1.2.16/debian/changelog gfarm2fs-1.2.16/debian/changelog --- gfarm2fs-1.2.16/debian/changelog 2022-03-25 09:25:01.000000000 +0200 +++ gfarm2fs-1.2.16/debian/changelog 2025-09-26 19:26:31.000000000 +0300 @@ -1,3 +1,11 @@ +gfarm2fs (1.2.16-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -std=gnu17 to workaround FTBFS with GCC 15. + (Closes: #1096699) + + -- Adrian Bunk <[email protected]> Fri, 26 Sep 2025 19:26:31 +0300 + gfarm2fs (1.2.16-1) unstable; urgency=medium * New upstream release. diff -Nru gfarm2fs-1.2.16/debian/rules gfarm2fs-1.2.16/debian/rules --- gfarm2fs-1.2.16/debian/rules 2019-11-19 00:50:33.000000000 +0200 +++ gfarm2fs-1.2.16/debian/rules 2025-09-26 19:26:31.000000000 +0300 @@ -6,6 +6,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_CFLAGS_MAINT_APPEND = -std=gnu17 + ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd) OPTARGS:= --disable-xattr --disable-acl endif

