summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 7731419f69dca4a454c6ec5600b58b9969f3113b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: open-infrastructure-compute-tools
Section: admin
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
 asciidoc,
 debhelper-compat (= 12),
 docbook-xml,
 docbook-xsl,
 libxml2-utils,
 xsltproc,
Rules-Requires-Root: no
Standards-Version: 4.5.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,
 ifupdown,
 systemd-container,
 ${misc:Depends},
Recommends:
 bash-completion,
 curl,
 debootstrap | mmdebstrap,
 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.