Control: tags 1098072 + patch Control: tags 1098072 + pending Dear maintainer,
I've prepared an NMU for volpack (versioned as 1.0b3-10.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for volpack-1.0b3 volpack-1.0b3 changelog | 8 ++++++++ rules | 1 + 2 files changed, 9 insertions(+) diff -Nru volpack-1.0b3/debian/changelog volpack-1.0b3/debian/changelog --- volpack-1.0b3/debian/changelog 2024-08-07 10:26:43.000000000 +0300 +++ volpack-1.0b3/debian/changelog 2025-10-05 21:40:26.000000000 +0300 @@ -1,3 +1,11 @@ +volpack (1.0b3-10.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -std=gnu17 to workaround FTBFS with GCC 15. + (Closes: #1098072) + + -- Adrian Bunk <[email protected]> Sun, 05 Oct 2025 21:40:26 +0300 + volpack (1.0b3-10) unstable; urgency=medium * gcc-14.patch: new: fix multiple issues flagged by gcc 14. diff -Nru volpack-1.0b3/debian/rules volpack-1.0b3/debian/rules --- volpack-1.0b3/debian/rules 2024-08-07 10:26:43.000000000 +0300 +++ volpack-1.0b3/debian/rules 2025-10-05 21:40:26.000000000 +0300 @@ -1,6 +1,7 @@ #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export DEB_CFLAGS_MAINT_APPEND = -std=gnu17 %: dh $@

