Control: tags 1075696 + patch Control: tags 1075696 + pending
Dear maintainer, I've prepared an NMU for yeahconsole (versioned as 0.3.4-6.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. Regards.
diffstat for yeahconsole-0.3.4 yeahconsole-0.3.4 changelog | 8 ++++++++ patches/53-fix-build-with-gcc14.patch | 16 ++++++++++++++++ patches/series | 1 + 3 files changed, 25 insertions(+) diff -Nru yeahconsole-0.3.4/debian/changelog yeahconsole-0.3.4/debian/changelog --- yeahconsole-0.3.4/debian/changelog 2020-07-19 01:29:18.000000000 -0300 +++ yeahconsole-0.3.4/debian/changelog 2025-04-16 19:10:13.000000000 -0300 @@ -1,3 +1,11 @@ +yeahconsole (0.3.4-6.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/patches/53-fix-build-with-gcc14.patch: Fix build with GCC 14. + (Closes: #1075696) + + -- Marcos Talau <ta...@debian.org> Wed, 16 Apr 2025 19:10:13 -0300 + yeahconsole (0.3.4-6) unstable; urgency=medium * Declare compliance with Debian Policy 4.5.0. (No changes needed.) diff -Nru yeahconsole-0.3.4/debian/patches/53-fix-build-with-gcc14.patch yeahconsole-0.3.4/debian/patches/53-fix-build-with-gcc14.patch --- yeahconsole-0.3.4/debian/patches/53-fix-build-with-gcc14.patch 1969-12-31 21:00:00.000000000 -0300 +++ yeahconsole-0.3.4/debian/patches/53-fix-build-with-gcc14.patch 2025-04-16 18:53:12.000000000 -0300 @@ -0,0 +1,16 @@ +Description: Fix build with GCC-14 +Author: Marcos Talau <ta...@debian.org> +Bug-Debian: https://bugs.debian.org/1075696 +Last-Update: 2025-04-16 + +--- yeahconsole-0.3.4.orig/yeahconsole.c ++++ yeahconsole-0.3.4/yeahconsole.c +@@ -343,7 +343,7 @@ void init_win() + XMapWindow(dpy, win); + } + +-void init_xterm(move) ++void init_xterm(int move) + { + XEvent ev; + long dummy; diff -Nru yeahconsole-0.3.4/debian/patches/series yeahconsole-0.3.4/debian/patches/series --- yeahconsole-0.3.4/debian/patches/series 2020-07-19 01:13:10.000000000 -0300 +++ yeahconsole-0.3.4/debian/patches/series 2025-04-16 18:52:28.000000000 -0300 @@ -2,3 +2,4 @@ 50-display.patch 51-rootless-build.patch 52-yeahkeys.patch +53-fix-build-with-gcc14.patch