Control: tags -1 patch
I am uploading a NMU to DELAYED/10 in order to fix this. Please find the debdiff attached.
diff -Nru fcitx-4.2.9.9/debian/changelog fcitx-4.2.9.9/debian/changelog --- fcitx-4.2.9.9/debian/changelog 2024-03-19 00:08:45.000000000 +0100 +++ fcitx-4.2.9.9/debian/changelog 2025-09-30 10:57:29.000000000 +0200 @@ -1,3 +1,10 @@ +fcitx (1:4.2.9.9-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with lua5.1 by default. (Closes: #1099705) + + -- Bastian Germann <[email protected]> Tue, 30 Sep 2025 10:59:26 +0200 + fcitx (1:4.2.9.9-2) unstable; urgency=medium * Team upload. diff -Nru fcitx-4.2.9.9/debian/control fcitx-4.2.9.9/debian/control --- fcitx-4.2.9.9/debian/control 2024-03-19 00:08:45.000000000 +0100 +++ fcitx-4.2.9.9/debian/control 2025-09-30 10:57:57.000000000 +0200 @@ -19,7 +19,7 @@ libicu-dev, libjson-c-dev, libkvm-dev [kfreebsd-any], - liblua5.2-dev | liblua5.1-0-dev, + liblua5.1-0-dev, libopencc-dev (>= 1.0.1), libpango1.0-dev (>= 1.0), libpresage-dev (>= 0.9.1-1.1~), diff -Nru fcitx-4.2.9.9/debian/control.in fcitx-4.2.9.9/debian/control.in --- fcitx-4.2.9.9/debian/control.in 2024-03-19 00:08:20.000000000 +0100 +++ fcitx-4.2.9.9/debian/control.in 2025-09-30 10:55:53.000000000 +0200 @@ -19,7 +19,7 @@ libicu-dev, libjson-c-dev, libkvm-dev [kfreebsd-any], - liblua5.2-dev | liblua5.1-0-dev, + liblua5.1-0-dev, libopencc-dev (>= 1.0.1), libpango1.0-dev (>= 1.0), libpresage-dev (>= 0.9.1-1.1~),

