Control: tags 1097999 + pending Dear maintainer,
I've prepared an NMU for time (versioned as 1.9-0.3) and intend to upload it to DELAYED/10. Please feel free to tell me if I should delay it longer. Cheers, Flo
diff -Nru time-1.9/debian/changelog time-1.9/debian/changelog --- time-1.9/debian/changelog 2022-09-22 21:35:24.000000000 +0200 +++ time-1.9/debian/changelog 2025-09-13 11:51:35.000000000 +0200 @@ -1,3 +1,11 @@ +time (1.9-0.3) unstable; urgency=medium + + * Non-maintainer upload. + * Add debian/patches/ftbfs_with_GCC-15.patch to fix exactly that + (Closes: #1097999) + + -- Florian Ernst <[email protected]> Sat, 13 Sep 2025 11:51:35 +0200 + time (1.9-0.2) unstable; urgency=medium * Non-maintainer upload by the Reproducible Builds team. diff -Nru time-1.9/debian/patches/ftbfs_with_GCC-15.patch time-1.9/debian/patches/ftbfs_with_GCC-15.patch --- time-1.9/debian/patches/ftbfs_with_GCC-15.patch 1970-01-01 01:00:00.000000000 +0100 +++ time-1.9/debian/patches/ftbfs_with_GCC-15.patch 2025-09-13 11:51:26.000000000 +0200 @@ -0,0 +1,17 @@ +Description: Fix ftbfs with GCC-15 +Author: Ondrej Pohorelsky +Bug-Debian: http://bugs.debian.org/1097999 + +Index: time-1.9/src/time.c +=================================================================== +--- time-1.9.orig/src/time.c ++++ time-1.9/src/time.c +@@ -728,7 +728,7 @@ run_command (cmd, resp) + RESUSE *resp; + { + pid_t pid; /* Pid of child. */ +- sighandler interrupt_signal, quit_signal; ++ __sighandler_t interrupt_signal, quit_signal; + int saved_errno; + + resuse_start (resp); diff -Nru time-1.9/debian/patches/series time-1.9/debian/patches/series --- time-1.9/debian/patches/series 2022-09-22 21:35:24.000000000 +0200 +++ time-1.9/debian/patches/series 2025-09-13 11:44:11.000000000 +0200 @@ -1,3 +1,4 @@ time-include-time_h.patch option-p-texi.patch 0001-doc-time.texi.patch +ftbfs_with_GCC-15.patch
signature.asc
Description: PGP signature

