]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: install libunicode-linebreak-perl for po4a translations
authorKarel Zak <kzak@redhat.com>
Mon, 27 Apr 2026 12:31:47 +0000 (14:31 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 28 Apr 2026 07:49:26 +0000 (09:49 +0200)
The distcheck job fails because po4a requires the
Unicode::GCString Perl module (provided by
libunicode-linebreak-perl) to detect two-line titles
in AsciiDoc files.

.github/workflows/cibuild-setup-ubuntu.sh

index 1ecd013ea2732310d469846071f6e42472512ff2..79389efc9530fc38a5844f68eaf2909c254ba43c 100755 (executable)
@@ -34,6 +34,7 @@ PACKAGES=(
        flex
        sqlite3
        libsqlite3-dev
+       libunicode-linebreak-perl
 )
 
 PACKAGES_OPTIONAL=(