diff -Nru lua-lxc-3.0.2/debian/changelog lua-lxc-3.0.2/debian/changelog --- lua-lxc-3.0.2/debian/changelog 2019-09-10 07:40:52.000000000 +0000 +++ lua-lxc-3.0.2/debian/changelog 2023-08-18 21:51:33.000000000 +0000 @@ -1,16 +1,23 @@ -lua-lxc (1:3.0.2-1ubuntu2) eoan; urgency=medium +lua-lxc (1:3.0.2-2) unstable; urgency=medium - * Drop epoch also from liblxc1 runtime dependency, since the epoch is - Debian-only + * Team upload - -- Gianfranco Costamagna Tue, 10 Sep 2019 09:40:52 +0200 + [ Bastian Germann ] + * Drop lua5.2 interpreter from Depends (Closes: #1049340) -lua-lxc (1:3.0.2-1ubuntu1) eoan; urgency=medium + [ Debian Janitor ] + * Remove unnecessary constraints + * Apply hints suggested by the multi-arch hinter + + [ Mathias Gibbens ] + * d/control: + - Switch to using debhelper-compat v13 + - Update Standards-Version to 4.6.2 (no changes needed) + - Add Rules-Requires-Root: no + * Update d/rules + * Add d/gbp.conf, d/salsa-ci.yml, d/u/metadata - * Drop epoch from lxc-dev build-dependency, since this epoch is - Debian-only. LP: #1837537. - - -- Steve Langasek Tue, 13 Aug 2019 17:26:29 -0700 + -- Mathias Gibbens Fri, 18 Aug 2023 21:51:33 +0000 lua-lxc (1:3.0.2-1) unstable; urgency=medium diff -Nru lua-lxc-3.0.2/debian/compat lua-lxc-3.0.2/debian/compat --- lua-lxc-3.0.2/debian/compat 2018-10-25 11:52:49.000000000 +0000 +++ lua-lxc-3.0.2/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru lua-lxc-3.0.2/debian/control lua-lxc-3.0.2/debian/control --- lua-lxc-3.0.2/debian/control 2019-09-10 07:40:51.000000000 +0000 +++ lua-lxc-3.0.2/debian/control 2023-08-18 21:42:56.000000000 +0000 @@ -3,23 +3,24 @@ Priority: optional Maintainer: pkg-lxc Uploaders: Pierre-Elliott Bécue -Build-Depends: debhelper (>= 11~), +Build-Depends: debhelper-compat (= 13), liblua5.2-dev, - lxc-dev (>= 3.0.2-1~exp+1), + lxc-dev, pkg-config -Standards-Version: 4.2.1 +Standards-Version: 4.6.2 Homepage: https://linuxcontainers.org/ Vcs-Git: https://salsa.debian.org/lxc-team/lua-lxc.git Vcs-Browser: https://salsa.debian.org/lxc-team/lua-lxc +Rules-Requires-Root: no Package: lua-lxc Architecture: linux-any Depends: liblua5.2-0, - liblxc1 (>= 3.0.2-1~exp+1), + liblxc1, lua-filesystem, - lua5.2, ${misc:Depends}, ${shlibs:Depends} +Multi-Arch: same Description: Linux Containers userspace tools (Lua bindings) Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be diff -Nru lua-lxc-3.0.2/debian/gbp.conf lua-lxc-3.0.2/debian/gbp.conf --- lua-lxc-3.0.2/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ lua-lxc-3.0.2/debian/gbp.conf 2023-08-18 21:04:50.000000000 +0000 @@ -0,0 +1,3 @@ +[DEFAULT] +pristine-tar = True +debian-branch = debian/unstable diff -Nru lua-lxc-3.0.2/debian/rules lua-lxc-3.0.2/debian/rules --- lua-lxc-3.0.2/debian/rules 2018-10-25 12:30:19.000000000 +0000 +++ lua-lxc-3.0.2/debian/rules 2023-08-18 21:36:39.000000000 +0000 @@ -8,6 +8,3 @@ %: dh ${@} --with autoreconf - -override_dh_install: - dh_install --fail-missing diff -Nru lua-lxc-3.0.2/debian/salsa-ci.yml lua-lxc-3.0.2/debian/salsa-ci.yml --- lua-lxc-3.0.2/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ lua-lxc-3.0.2/debian/salsa-ci.yml 2023-08-18 21:23:34.000000000 +0000 @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml diff -Nru lua-lxc-3.0.2/debian/upstream/metadata lua-lxc-3.0.2/debian/upstream/metadata --- lua-lxc-3.0.2/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ lua-lxc-3.0.2/debian/upstream/metadata 2023-08-18 21:42:19.000000000 +0000 @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/lxc/lua-lxc/issues +Bug-Submit: https://github.com/lxc/lua-lxc/issues/new +Repository: https://github.com/lxc/lua-lxc.git +Repository-Browse: https://github.com/lxc/lua-lxc