Control: tags 1097168 + patch Control: tags 1097168 + pending -- Dear maintainer,
I've prepared an NMU for libburn (versioned as 1.5.6-1.2) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. -- Regards Sudip diff -Nru libburn-1.5.6/debian/changelog libburn-1.5.6/debian/changelog --- libburn-1.5.6/debian/changelog 2024-03-01 12:19:29.000000000 +0000 +++ libburn-1.5.6/debian/changelog 2025-09-17 18:51:30.000000000 +0100 @@ -1,3 +1,10 @@ +libburn (1.5.6-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with gcc-15. (Closes: #1097168) + + -- Sudip Mukherjee <[email protected]> Wed, 17 Sep 2025 18:51:30 +0100 + libburn (1.5.6-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru libburn-1.5.6/debian/patches/fix-gcc15-ftbfs.patch libburn-1.5.6/debian/patches/fix-gcc15-ftbfs.patch --- libburn-1.5.6/debian/patches/fix-gcc15-ftbfs.patch 1970-01-01 01:00:00.000000000 +0100 +++ libburn-1.5.6/debian/patches/fix-gcc15-ftbfs.patch 2025-09-17 18:51:01.000000000 +0100 @@ -0,0 +1,19 @@ +Description: Fix FTBFS with gcc-15 + +Origin: upstream, https://dev.lovelyhq.com/libburnia/libburn/commit/d537f9dd35282df834a311ead5f113af67d223b3 +Bug-Debian: https://bugs.debian.org/1097168 +Last-Update: 2025-09-17 + +--- + +--- libburn-1.5.6.orig/test/poll.c ++++ libburn-1.5.6/test/poll.c +@@ -14,7 +14,7 @@ static struct burn_drive_info *drives; + static unsigned int n_drives; + int NEXT; + +-static void catch_int () ++static void catch_int (int signum) + { + NEXT = 1; + } diff -Nru libburn-1.5.6/debian/patches/series libburn-1.5.6/debian/patches/series --- libburn-1.5.6/debian/patches/series 2023-09-09 18:00:47.000000000 +0100 +++ libburn-1.5.6/debian/patches/series 2025-09-17 18:49:44.000000000 +0100 @@ -1 +1,2 @@ 99-autoupdate.patch +fix-gcc15-ftbfs.patch

