summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDavid Kunz <david.kunz@dknet.ch>2021-08-24 13:07:59 +0000
committerDavid Kunz <david.kunz@dknet.ch>2021-08-24 13:08:31 +0000
commitb2fb91c322d3d4bfec8ea4df9de785c78dedcefc (patch)
treed92f7edd2e0683751f3b3b45d234c359c76870a2 /debian/control
parentReleasing version 20210804. (diff)
downloadcompute-tools-b2fb91c322d3d4bfec8ea4df9de785c78dedcefc.tar.xz
compute-tools-b2fb91c322d3d4bfec8ea4df9de785c78dedcefc.zip
daniels debian directory (temporary!)
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control44
1 files changed, 44 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3cd2127
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,44 @@
+Source: open-infrastructure-compute-tools
+Section: admin
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ 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.