Control: tags 1096520 + patch Control: tags 1096520 + pending Dear maintainer,
I've prepared an NMU for dhex (versioned as 0.69-4.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for dhex-0.69 dhex-0.69 changelog | 7 +++++++ patches/gcc-15.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru dhex-0.69/debian/changelog dhex-0.69/debian/changelog --- dhex-0.69/debian/changelog 2021-10-19 16:47:25.000000000 +0300 +++ dhex-0.69/debian/changelog 2025-09-22 14:22:56.000000000 +0300 @@ -1,3 +1,10 @@ +dhex (0.69-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 15. (Closes: #1096520) + + -- Adrian Bunk <[email protected]> Mon, 22 Sep 2025 14:22:56 +0300 + dhex (0.69-4) unstable; urgency=medium * debian/control: diff -Nru dhex-0.69/debian/patches/gcc-15.patch dhex-0.69/debian/patches/gcc-15.patch --- dhex-0.69/debian/patches/gcc-15.patch 1970-01-01 02:00:00.000000000 +0200 +++ dhex-0.69/debian/patches/gcc-15.patch 2025-09-22 14:22:56.000000000 +0300 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with GCC 15 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1096520 + +--- dhex-0.69.orig/output.h ++++ dhex-0.69/output.h +@@ -7,7 +7,7 @@ + #include "machine_type.h" + #include "datatypes.h" + +-void initcolors(); ++void initcolors(tOutput* output); + void colorpair(tOutput* output,uicolors uicol,short fg,short bg,int attr); + void pairsinit(tOutput* output); + void setcolor(tOutput* output,uicolors col); diff -Nru dhex-0.69/debian/patches/series dhex-0.69/debian/patches/series --- dhex-0.69/debian/patches/series 2021-10-19 16:35:37.000000000 +0300 +++ dhex-0.69/debian/patches/series 2025-09-22 14:22:56.000000000 +0300 @@ -1,2 +1,3 @@ 010_fix-typos.patch 020_hardening-fix.patch +gcc-15.patch

