Control: tags 1114420 + patch Control: tags 1114420 + pending Dear maintainer,
I've prepared an NMU for tua (versioned as 4.3-17.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for tua_4.3-17 tua_4.3-17.1 src/taylor/stats.c | 1 - tua-4.3/debian/changelog | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff -u tua-4.3/debian/changelog tua-4.3/debian/changelog --- tua-4.3/debian/changelog +++ tua-4.3/debian/changelog @@ -1,3 +1,10 @@ +tua (4.3-17.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 15. (Closes: #1114420) + + -- Adrian Bunk <[email protected]> Wed, 12 Nov 2025 05:10:55 +0200 + tua (4.3-17) unstable; urgency=low * Rules-Requires-Root (closes #1089457). only in patch2: unchanged: --- tua-4.3.orig/src/taylor/stats.c +++ tua-4.3/src/taylor/stats.c @@ -42,7 +42,6 @@ { char line[LINE_BUFFER_SIZE], * datebuffer; - extern int atoi (); extern double EXFUN(atof, (CONST char *)); Julian_t timestamp; CONST char * current_token;

