summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2025-01-26 18:47:14 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2025-01-26 18:57:30 +0000
commitedfdf25c2a022dfc0a5c1ca7a2520d3b38ca937f (patch)
treefc2ce4bfc8c10a47dfc4685b3a4fc7d1a54e6309 /debian/control
parentReleasing version 20240829. (diff)
downloadcompute-tools-edfdf25c2a022dfc0a5c1ca7a2520d3b38ca937f.tar.xz
compute-tools-edfdf25c2a022dfc0a5c1ca7a2520d3b38ca937f.zip
DEBIAN (WIP)
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control41
1 files changed, 41 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..748db06
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
+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.7.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-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,
+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.