Source: kyua
Version: 0.13+git20190402+a685f911237e-1
Severity: wishlist
Tags: patch
Control: block 1050640 by -1
Please build your package with lua5.1 so we can drop v5.2 from the archive. The build system
supports it but you can certainly also try patching to a more up to date lua version.
I have attached a patch to downgrade.
From: Bastian Germann <b...@debian.org>
Date: Mon, 28 Aug 2023 23:58:26 +0200
Subject: Build with lua5.1
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index fae788f..7c7d9b3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
debhelper-compat (= 12),
libatf-dev,
atf-sh,
- liblua5.2-dev,
+ liblua5.1-0-dev,
liblutok-dev,
libsqlite3-dev,
pkgconf | pkg-config