Control: tags 1096319 + patch Control: tags 1096319 + pending Dear maintainer,
I've prepared an NMU for aprx (versioned as 2.9.1-3.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for aprx-2.9.1 aprx-2.9.1 changelog | 8 ++++++++ rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff -Nru aprx-2.9.1/debian/changelog aprx-2.9.1/debian/changelog --- aprx-2.9.1/debian/changelog 2024-08-28 01:06:29.000000000 +0300 +++ aprx-2.9.1/debian/changelog 2025-09-19 21:46:11.000000000 +0300 @@ -1,3 +1,11 @@ +aprx (2.9.1-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -std=gnu17 to workaround FTBFS with GCC 15. + (Closes: #1096319) + + -- Adrian Bunk <[email protected]> Fri, 19 Sep 2025 21:46:11 +0300 + aprx (2.9.1-3) unstable; urgency=medium * Added patch for GCC14 FTBFS diff -Nru aprx-2.9.1/debian/rules aprx-2.9.1/debian/rules --- aprx-2.9.1/debian/rules 2024-08-28 01:06:29.000000000 +0300 +++ aprx-2.9.1/debian/rules 2025-09-19 21:46:11.000000000 +0300 @@ -14,7 +14,7 @@ # see ENVIRONMENT in dpkg-buildflags(1) # package maintainers to append CFLAGS -export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic -std=gnu17 # package maintainers to append LDFLAGS

