Control: tags 1097295 + patch
Control: tags 1097295 + pending

Dear maintainer,

I've prepared an NMU for licenseutils (versioned as 0.0.9-8.1) and 
uploaded it to DELAYED/2. Please feel free to tell me if I should
cancel it.

cu
Adrian
diffstat for licenseutils-0.0.9 licenseutils-0.0.9

 changelog            |    7 +++++++
 patches/gcc-15.patch |   15 +++++++++++++++
 patches/series       |    1 +
 3 files changed, 23 insertions(+)

diff -Nru licenseutils-0.0.9/debian/changelog licenseutils-0.0.9/debian/changelog
--- licenseutils-0.0.9/debian/changelog	2024-05-11 13:19:18.000000000 +0300
+++ licenseutils-0.0.9/debian/changelog	2025-10-03 22:12:07.000000000 +0300
@@ -1,3 +1,10 @@
+licenseutils (0.0.9-8.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 15. (Closes: #1097295)
+
+ -- Adrian Bunk <[email protected]>  Fri, 03 Oct 2025 22:12:07 +0300
+
 licenseutils (0.0.9-8) unstable; urgency=medium
 
   * d/rules: Revert changes to files during cleanup (Closes: #1048622)
diff -Nru licenseutils-0.0.9/debian/patches/gcc-15.patch licenseutils-0.0.9/debian/patches/gcc-15.patch
--- licenseutils-0.0.9/debian/patches/gcc-15.patch	1970-01-01 02:00:00.000000000 +0200
+++ licenseutils-0.0.9/debian/patches/gcc-15.patch	2025-10-03 22:12:07.000000000 +0300
@@ -0,0 +1,15 @@
+Description: Fix FTBFS with GCC 15
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1097295
+
+--- licenseutils-0.0.9.orig/src/lgpl.c
++++ licenseutils-0.0.9/src/lgpl.c
+@@ -179,7 +179,7 @@ show_lu_lgpl(struct lu_state_t *state, s
+           chunk = get_lines (data, "    This library is free software;", 13);
+           break;
+         case 3:
+-          chunk = get_lgplv3_boilerplate (state);
++          chunk = get_lgplv3_boilerplate ();
+           break;
+         }
+ 
diff -Nru licenseutils-0.0.9/debian/patches/series licenseutils-0.0.9/debian/patches/series
--- licenseutils-0.0.9/debian/patches/series	2021-11-17 15:49:09.000000000 +0200
+++ licenseutils-0.0.9/debian/patches/series	2025-10-03 22:12:07.000000000 +0300
@@ -4,3 +4,4 @@
 fix-cross-build.patch
 drop-which.patch
 avoid-echo-prefer-printf.patch
+gcc-15.patch

Reply via email to