[med-svn] [Git][med-team/roguenarok][master] Fix FTBFS with GCC 15.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Fri Oct 24 21:50:44 BST 2025
Étienne Mollier pushed to branch master at Debian Med / roguenarok
Commits:
d0c6c239 by Adrian Bunk at 2025-10-24T22:49:18+02:00
Fix FTBFS with GCC 15.
Closes: #1097803
Signed-off-by: Étienne Mollier <emollier at debian.org>
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/gcc-15.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -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 at debian.org> Fri, 24 Oct 2025 20:36:46 +0300
+
roguenarok (1.0.1-3) unstable; urgency=medium
* Really fix watch file
=====================================
debian/patches/gcc-15.patch
=====================================
@@ -0,0 +1,23 @@
+Description: Fix FTBFS with GCC 15
+Author: Adrian Bunk <bunk at 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);
+ }
+
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
hardening.patch
fix-gcc10-build.patch
fix-manpage-call-and-help-exit-code.patch
+gcc-15.patch
View it on GitLab: https://salsa.debian.org/med-team/roguenarok/-/commit/d0c6c239a41fa379062ce545b2cddd75b7b2bc50
--
View it on GitLab: https://salsa.debian.org/med-team/roguenarok/-/commit/d0c6c239a41fa379062ce545b2cddd75b7b2bc50
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20251024/cfe03168/attachment-0001.htm>
More information about the debian-med-commit
mailing list