[pkg-lua-devel] Bug#966304: lua-readline: readline.lua not installed
Kim Alvefur (Zash)
zash at zash.se
Sun Jul 26 11:53:19 BST 2020
Package: lua-readline
Version: 2.7-2
Severity: grave
Tags: patch
Justification: renders package unusable
Dear Maintainer,
Thanks for packagging lua-readline. Unfortunately, the package installs
only the binary module and is missing the `readline.lua` file.
Easy fix, see attached patch.
--
Regards,
Kim "Zash" Alvefur
PS: Yes, I've built and tested this on Stable. Please excuse my
Franken-Debian. :) DS.
-- System Information:
Debian Release: 10.4
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-debug'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.19.0-9-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages lua-readline depends on:
ii libc6 2.28-10
ii libreadline7 7.0-5
ii lua-posix 33.4.0-3
lua-readline recommends no packages.
lua-readline suggests no packages.
-- no debconf information
-------------- next part --------------
>From be1e9c73c870b2d60fec5749729520a9737e1161 Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash at zash.se>
Date: Sun, 26 Jul 2020 12:49:08 +0200
Subject: [PATCH] Include missing Lua source in install
---
debian/lua5.1.dh-lua.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/lua5.1.dh-lua.conf b/debian/lua5.1.dh-lua.conf
index 51ca5ad..802b326 100644
--- a/debian/lua5.1.dh-lua.conf
+++ b/debian/lua5.1.dh-lua.conf
@@ -11,7 +11,7 @@ LUA_MODNAME_CPART_UNDERSCORE=readline
### things relative to the lua library part
LUA_HEADER=
-LUA_SOURCES=
+LUA_SOURCES=readline.lua
LUA_MODNAME=
LUA_TEST=
--
2.20.1
More information about the pkg-lua-devel
mailing list