From 3210f9a20035a241d9c53e93cf99da5d313163eb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 2 Feb 2023 14:42:48 +0100 Subject: debian (FIXME) --- debian/control | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3e1d376 --- /dev/null +++ b/debian/control @@ -0,0 +1,44 @@ +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-container-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, +Provides: + 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. + . + container-tools provides the system integration for managing containers using + systemd-nspawn. -- cgit v1.2.3