diff options
| -rw-r--r-- | debian/changelog | 11 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| l--------- | debian/lua5.2.dh-lua.conf | 1 |
3 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index c8d8493..1762e11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +lua-systemd (0~git20160517-3) unstable; urgency=medium + + * Team upload + * Drop lua5.2 support + + [ Debian Janitor ] + * Remove constraints unnecessary since buster (oldstable): + + Build-Depends: Drop versioned constraint on dh-lua. + + -- Bastian Germann <bage@debian.org> Mon, 19 Jan 2026 14:03:50 +0100 + lua-systemd (0~git20160517-2) unstable; urgency=medium * Remove no longer supported luasandbox build (Closes: #906592) diff --git a/debian/control b/debian/control index e2dae3a..6684208 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: lua-systemd Section: interpreters Priority: optional Maintainer: Sophie Brun <sophie@freexian.com> -Build-Depends: debhelper (>= 9), dh-lua (>= 24), pkg-config, libsystemd-dev +Build-Depends: debhelper (>= 9), dh-lua, pkg-config, libsystemd-dev Standards-Version: 3.9.8 Homepage: https://github.com/daurnimator/lua-systemd Vcs-Git: https://salsa.debian.org/lua-team/lua-systemd.git diff --git a/debian/lua5.2.dh-lua.conf b/debian/lua5.2.dh-lua.conf deleted file mode 120000 index ba875b6..0000000 --- a/debian/lua5.2.dh-lua.conf +++ /dev/null @@ -1 +0,0 @@ -lua5.1.dh-lua.conf
\ No newline at end of file |
