diffstat for roguenarok-1.0.1 roguenarok-1.0.1

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

diff -Nru roguenarok-1.0.1/debian/changelog roguenarok-1.0.1/debian/changelog
--- roguenarok-1.0.1/debian/changelog	2022-01-17 15:02:56.000000000 +0200
+++ roguenarok-1.0.1/debian/changelog	2025-10-24 20:36:46.000000000 +0300
@@ -1,3 +1,10 @@
+roguenarok (1.0.1-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 15. (Closes: #1097803)
+
+ -- Adrian Bunk <bunk@debian.org>  Fri, 24 Oct 2025 20:36:46 +0300
+
 roguenarok (1.0.1-3) unstable; urgency=medium
 
   * Really fix watch file
diff -Nru roguenarok-1.0.1/debian/patches/gcc-15.patch roguenarok-1.0.1/debian/patches/gcc-15.patch
--- roguenarok-1.0.1/debian/patches/gcc-15.patch	1970-01-01 02:00:00.000000000 +0200
+++ roguenarok-1.0.1/debian/patches/gcc-15.patch	2025-10-24 20:36:46.000000000 +0300
@@ -0,0 +1,23 @@
+Description: Fix FTBFS with GCC 15
+Author: Adrian Bunk <bunk@debian.org>
+Bug-Debian: https://bugs.debian.org/1097803
+
+--- roguenarok-1.0.1.orig/rnr-lsi.c
++++ roguenarok-1.0.1/rnr-lsi.c
+@@ -381,14 +381,14 @@ int main(int argc, char *argv[])
+   if( NOT strcmp(bootTrees, ""))
+     {
+       printf("Please specify a file containing bootstrap trees via -i.\n");
+-      printHelpFile(FALSE);
++      printHelpFile();
+       exit(-1);
+     }  
+ 
+   if( NOT strcmp(run_id, ""))
+     {
+       printf("Please specify a run-id via -n\n");
+-      printHelpFile(FALSE);
++      printHelpFile();
+       exit(-1);
+     }
+ 
diff -Nru roguenarok-1.0.1/debian/patches/series roguenarok-1.0.1/debian/patches/series
--- roguenarok-1.0.1/debian/patches/series	2022-01-17 15:02:56.000000000 +0200
+++ roguenarok-1.0.1/debian/patches/series	2025-10-24 20:36:46.000000000 +0300
@@ -1,3 +1,4 @@
 hardening.patch
 fix-gcc10-build.patch
 fix-manpage-call-and-help-exit-code.patch
+gcc-15.patch
