Control: tags 1097996 + patch Control: tags 1097996 + pending Dear maintainer,
I've prepared an NMU for tickr (versioned as 0.7.1-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for tickr-0.7.1 tickr-0.7.1 changelog | 8 ++++++++ rules | 3 +++ 2 files changed, 11 insertions(+) diff -Nru tickr-0.7.1/debian/changelog tickr-0.7.1/debian/changelog --- tickr-0.7.1/debian/changelog 2021-07-24 12:40:34.000000000 +0300 +++ tickr-0.7.1/debian/changelog 2025-10-25 14:25:32.000000000 +0300 @@ -1,3 +1,11 @@ +tickr (0.7.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -std=gnu17 to workaround FTBFS with GCC 15. + (Closes: #1097996) + + -- Adrian Bunk <[email protected]> Sat, 25 Oct 2025 14:25:32 +0300 + tickr (0.7.1-1) unstable; urgency=low * New clock_alt_date_form option: Use alternative date format, ie diff -Nru tickr-0.7.1/debian/rules tickr-0.7.1/debian/rules --- tickr-0.7.1/debian/rules 2021-07-24 12:40:34.000000000 +0300 +++ tickr-0.7.1/debian/rules 2025-10-25 14:25:32.000000000 +0300 @@ -1,3 +1,6 @@ #!/usr/bin/make -f + +export DEB_CFLAGS_MAINT_APPEND = -std=gnu17 + %: dh $@

