Control: tags 1097892 + patch Control: tags 1097892 + pending Dear maintainer,
I've prepared an NMU for skktools (versioned as 1.3.4+0.20210220-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for skktools-1.3.4+0.20210220 skktools-1.3.4+0.20210220 changelog | 7 ++ patches/0001-Avoid-function-prototype-empty-arguments-to-fix-gcc-.patch | 27 ++++++++++ patches/series | 1 3 files changed, 35 insertions(+) diff -Nru skktools-1.3.4+0.20210220/debian/changelog skktools-1.3.4+0.20210220/debian/changelog --- skktools-1.3.4+0.20210220/debian/changelog 2021-08-21 10:28:40.000000000 +0300 +++ skktools-1.3.4+0.20210220/debian/changelog 2025-10-25 12:30:43.000000000 +0300 @@ -1,3 +1,10 @@ +skktools (1.3.4+0.20210220-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add upstream fix for FTBFS with GCC 15. (Closes: #1097892) + + -- Adrian Bunk <[email protected]> Sat, 25 Oct 2025 12:30:43 +0300 + skktools (1.3.4+0.20210220-1) unstable; urgency=medium * New upstream version 1.3.4+0.20210220 diff -Nru skktools-1.3.4+0.20210220/debian/patches/0001-Avoid-function-prototype-empty-arguments-to-fix-gcc-.patch skktools-1.3.4+0.20210220/debian/patches/0001-Avoid-function-prototype-empty-arguments-to-fix-gcc-.patch --- skktools-1.3.4+0.20210220/debian/patches/0001-Avoid-function-prototype-empty-arguments-to-fix-gcc-.patch 1970-01-01 02:00:00.000000000 +0200 +++ skktools-1.3.4+0.20210220/debian/patches/0001-Avoid-function-prototype-empty-arguments-to-fix-gcc-.patch 2025-10-25 12:30:43.000000000 +0300 @@ -0,0 +1,27 @@ +From 3e4fb587fa3c38a26d6815786372bf632c73f2d8 Mon Sep 17 00:00:00 2001 +From: YOSHIOKA Takuma <[email protected]> +Date: Sun, 22 Jun 2025 14:06:56 +0900 +Subject: Avoid function prototype empty arguments to fix gcc-15 build + +--- + skkdic-expr.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/skkdic-expr.c b/skkdic-expr.c +index 174a9fe..0fa554c 100644 +--- a/skkdic-expr.c ++++ b/skkdic-expr.c +@@ -112,8 +112,8 @@ int snprintf(char *s, size_t maxlen, const char *format, ...) + /* ���꤬�ʤ��Ĥ�������ȥ��ޤ�ƽ�����Ԥ碌�뤫�ɤ��� */ + int okurigana_flag; + +-static int add_content_line(); +-static void subtract_content_line(); ++static int add_content_line(unsigned char *, unsigned char *, datum *); ++static void subtract_content_line(unsigned char *, unsigned char *, datum *); + + /* Part1: ����ǡ����١����������ץ������ */ + +-- +2.30.2 + diff -Nru skktools-1.3.4+0.20210220/debian/patches/series skktools-1.3.4+0.20210220/debian/patches/series --- skktools-1.3.4+0.20210220/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ skktools-1.3.4+0.20210220/debian/patches/series 2025-10-25 12:30:43.000000000 +0300 @@ -0,0 +1 @@ +0001-Avoid-function-prototype-empty-arguments-to-fix-gcc-.patch

