From c332a500d10e424219cd2c7285c27e7cad30634b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 20 Apr 2024 19:12:42 +0200 Subject: Adding debian version 20221223-5. Signed-off-by: Daniel Baumann --- debian/control | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9571879 --- /dev/null +++ b/debian/control @@ -0,0 +1,60 @@ +Source: open-infrastructure-compute-tools +Section: admin +Priority: optional +Maintainer: Daniel Baumann +Build-Depends: + debhelper (>= 13.1~), + debhelper-compat (= 13), + python3-docutils, +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Homepage: https://open-infrastructure.net/software/compute-tools +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/open-infrastructure-compute-tools +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/open-infrastructure-compute-tools + +Package: open-infrastructure-compute-tools +Section: admin +Architecture: all +Depends: + dbus, + systemd-container, + ${misc:Depends}, +Recommends: + bash-completion, + curl, + mmdebstrap | debootstrap, + logrotate, + procps, + pv, + sudo, +Suggests: + irker, + plzip, + python3-nwdiag | python-nwdiag, +Breaks: + open-infrastructure-container-tools (<< 20221223-2~), +Replaces: + open-infrastructure-container-tools, +Enhances: + systemd-container, +Description: manage systemd-nspawn containers + A Linux container is an operating-system-level virtualization environment for + running multiple isolated Linux systems (containers) on a single Linux control + host. + . + compute-tools provides the system integration for managing containers using + systemd-nspawn. + +Package: open-infrastructure-container-tools +Section: oldlibs +Priority: extra +Architecture: all +Depends: + open-infrastructure-compute-tools, + ${misc:Depends}, +Description: manage systemd-nspawn containers (transitional package) + Package to ease upgrading from older open-infrastructure-container-tools package + to the new open-infrastructure-compute-tools package. + . + This package can be purged at anytime once the open-infrastructure-compute-tools + package has been installed. -- cgit v1.2.3