diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-02-28 08:32:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-02-28 08:32:54 +0000 |
commit | 6cb71b84b2e6be147594015c4942891ee9e021e0 (patch) | |
tree | 0f41449089a8ce8e124b982cdd3b4752c034eb34 /debian/control | |
parent | Adding support for deriving IP interface addresses from DNS. (diff) | |
download | compute-tools-6cb71b84b2e6be147594015c4942891ee9e021e0.tar.xz compute-tools-6cb71b84b2e6be147594015c4942891ee9e021e0.zip |
DEBIAN
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f936890 --- /dev/null +++ b/debian/control @@ -0,0 +1,45 @@ +Source: open-infrastructure-compute-tools +Section: admin +Priority: optional +Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> +Build-Depends: + debhelper (>= 13.1~), + debhelper-compat (= 13), + python3-docutils, +Rules-Requires-Root: no +Standards-Version: 4.6.0 +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, + debootstrap | mmdebstrap, + ifupdown, + 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. |