Control: tags 1096514 + patch Control: tags 1096514 + pending Dear maintainer,
I've prepared an NMU for debdelta (versioned as 0.70+nmu2) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for debdelta-0.70+nmu1 debdelta-0.70+nmu2 changelog | 8 ++++++++ rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff -Nru debdelta-0.70+nmu1/debian/changelog debdelta-0.70+nmu2/debian/changelog --- debdelta-0.70+nmu1/debian/changelog 2025-01-03 07:10:43.000000000 +0200 +++ debdelta-0.70+nmu2/debian/changelog 2025-09-22 13:46:29.000000000 +0300 @@ -1,3 +1,11 @@ +debdelta (0.70+nmu2) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -std=gnu17 to workaround FTBFS with GCC 15. + (Closes: #1096514) + + -- Adrian Bunk <[email protected]> Mon, 22 Sep 2025 13:46:29 +0300 + debdelta (0.70+nmu1) unstable; urgency=medium * Non-maintainer upload. diff -Nru debdelta-0.70+nmu1/debian/rules debdelta-0.70+nmu2/debian/rules --- debdelta-0.70+nmu1/debian/rules 2024-12-28 13:40:06.000000000 +0200 +++ debdelta-0.70+nmu2/debian/rules 2025-09-22 13:46:23.000000000 +0300 @@ -25,7 +25,7 @@ INSTALL_PROGRAM = install --strip-program=$(STRIP) CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) -CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) +CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) -std=gnu17 CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)

