Hi all,
I plan to NMU this package to fix this bug. As patch is already in Ubuntu I just merged it.
I will upload it to the delay/3 queue. The debdiff is as attachment. Yours, Paul
diff -Nru mrtdreader-0.1.6/debian/changelog mrtdreader-0.1.6/debian/changelog --- mrtdreader-0.1.6/debian/changelog 2024-02-29 04:50:54.000000000 +0800 +++ mrtdreader-0.1.6/debian/changelog 2025-04-07 23:45:50.000000000 +0800 @@ -1,3 +1,11 @@ +mrtdreader (0.1.6-3.2) unstable; urgency=low + + * Non-maintainer upload. + * Merge patch from Ubuntu to fix the FTBFS (Closes: #1066260) + - Thanks to Michael Hudson-Doyle <michael.hud...@ubuntu.com> + + -- Ying-Chun Liu (PaulLiu) <paul...@debian.org> Mon, 07 Apr 2025 23:45:50 +0800 + mrtdreader (0.1.6-3.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru mrtdreader-0.1.6/debian/patches/missing-include.patch mrtdreader-0.1.6/debian/patches/missing-include.patch --- mrtdreader-0.1.6/debian/patches/missing-include.patch 1970-01-01 08:00:00.000000000 +0800 +++ mrtdreader-0.1.6/debian/patches/missing-include.patch 2025-04-07 23:44:33.000000000 +0800 @@ -0,0 +1,10 @@ +--- a/src/mrtdreader.c ++++ b/src/mrtdreader.c +@@ -19,6 +19,7 @@ + */ + + ++#include <ctype.h> + #include <stdio.h> + #include <stdlib.h> + #include <string.h> diff -Nru mrtdreader-0.1.6/debian/patches/series mrtdreader-0.1.6/debian/patches/series --- mrtdreader-0.1.6/debian/patches/series 1970-01-01 08:00:00.000000000 +0800 +++ mrtdreader-0.1.6/debian/patches/series 2025-04-07 23:44:33.000000000 +0800 @@ -0,0 +1 @@ +missing-include.patch