Control: tags 1096518 + patch Control: tags 1096518 + pending Dear maintainer,
I've prepared an NMU for dfu-programmer (versioned as 0.6.1-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for dfu-programmer-0.6.1 dfu-programmer-0.6.1 changelog | 8 ++++++++ rules | 3 +++ 2 files changed, 11 insertions(+) diff -Nru dfu-programmer-0.6.1/debian/changelog dfu-programmer-0.6.1/debian/changelog --- dfu-programmer-0.6.1/debian/changelog 2013-04-23 15:20:39.000000000 +0300 +++ dfu-programmer-0.6.1/debian/changelog 2025-09-22 14:12:58.000000000 +0300 @@ -1,3 +1,11 @@ +dfu-programmer (0.6.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -std=gnu17 to workaround FTBFS with GCC 15. + (Closes: #1096518) + + -- Adrian Bunk <[email protected]> Mon, 22 Sep 2025 14:12:58 +0300 + dfu-programmer (0.6.1-1) unstable; urgency=low * New upstream release. diff -Nru dfu-programmer-0.6.1/debian/rules dfu-programmer-0.6.1/debian/rules --- dfu-programmer-0.6.1/debian/rules 2013-04-23 15:20:39.000000000 +0300 +++ dfu-programmer-0.6.1/debian/rules 2025-09-22 14:12:18.000000000 +0300 @@ -3,6 +3,9 @@ #export DH_VERBOSE=1 +# Can be dropped when updating to >= 1.1.0 +export DEB_CFLAGS_MAINT_APPEND = -std=gnu17 + override_dh_installchangelogs: dh_installchangelogs NEWS

