diff options
| author | Bastian Germann <bage@debian.org> | 2026-01-19 14:03:50 +0100 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2026-01-19 22:36:18 +0000 |
| commit | deb0596e407f4f6c57805413f5e3446b6155640e (patch) | |
| tree | f3539b9f24a786ade20a61d527cbec085de4a37e | |
| parent | afdd40cac27830993c526696fae24ee4310a25b1 (diff) | |
0~git20160517-3 (patches unapplied)HEADimport/0_git20160517-3ubuntu/resolute-proposedubuntu/resolute-develubuntu/resoluteubuntu/develdebian/sid
Imported using git-ubuntu import.
Notes
Notes:
* Team upload
* Drop lua5.2 support
[ Debian Janitor ]
* Remove constraints unnecessary since buster (oldstable):
+ Build-Depends: Drop versioned constraint on dh-lua.
| -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 |
