From: Bruno Haible Date: Sun, 15 Dec 2024 17:44:14 +0000 (+0100) Subject: doc: Update reference to lua-gettext package. X-Git-Tag: v0.24~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a928bf84ac425f3eab52f5b959e6fe68ab515a95;p=thirdparty%2Fgettext.git doc: Update reference to lua-gettext package. * gettext-tools/doc/lang-lua.texi: Update lua-gettext installation instructions. * HACKING: Update lua version requirements and lua-gettext installation instructions. --- diff --git a/HACKING b/HACKING index e44c0e285..b02003b77 100644 --- a/HACKING +++ b/HACKING @@ -290,14 +290,14 @@ are skipped. To this effect, you need to install also: * lua + Homepage: https://www.lua.org/ + Pre-built package name: - - On Debian and Debian-based systems: lua5.3 or lua5.2 or lua5.1, + - On Debian and Debian-based systems: lua5.4 or lua5.3 or lua5.2 or lua5.1, - On Red Hat distributions: lua. - Other: https://repology.org/project/lua/versions * The lua-gettext package + Homepage: https://gitlab.com/sukhichev/lua-gettext/blob/master/README.us.md + Debian and Ubuntu packages: - Download, then install through - $ sudo dpkg -i lua-gettext_0.0_amd64.deb + Download (following the hyperlinks in the homepage), then install through + $ sudo dpkg -i lua-gettext_0.0+nmu1_amd64.deb + Pre-built package name: - On Debian and Debian-based systems: --, - On Red Hat distributions: --. diff --git a/gettext-tools/doc/lang-lua.texi b/gettext-tools/doc/lang-lua.texi index 84b9cff26..40b66f33a 100644 --- a/gettext-tools/doc/lang-lua.texi +++ b/gettext-tools/doc/lang-lua.texi @@ -1,5 +1,5 @@ @c This file is part of the GNU gettext manual. -@c Copyright (C) 1995-2020 Free Software Foundation, Inc. +@c Copyright (C) 1995-2024 Free Software Foundation, Inc. @c See the file gettext.texi for copying conditions. @node Lua @@ -16,7 +16,7 @@ You need to install the @code{lua-gettext} package from @url{https://gitlab.com/sukhichev/lua-gettext/blob/master/README.us.md}. Debian and Ubuntu packages of it are available. Download the appropriate one, and install it through -@samp{sudo dpkg -i lua-gettext_0.0_amd64.deb}. +@samp{sudo dpkg -i lua-gettext_0.0+nmu1_amd64.deb}. @item File extension @code{lua}