From 931e58dcf2228be420c471ae8e9366097061f914 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Fri, 23 Dec 2022 13:49:34 +0100 Subject: initial attempt at a debian package Notably missing: * manual pages * autopkgtests --- debian/control | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b575797 --- /dev/null +++ b/debian/control @@ -0,0 +1,28 @@ +Source: debvm +Maintainer: Helmut Grohne +Build-Depends: debhelper-compat (= 13) +Section: admin +Priority: optional +Standards-Version: 4.6.2 +Rules-Requires-Root: no +Homepage: https://salsa.debian.org/helmutg/debvm/ + +Package: debvm +Architecture: all +Depends: + ${misc:Depends}, + e2fsprogs, + genext2fs, + mmdebstrap (>= 1.2.3), + qemu-kvm | qemu-system-arm | qemu-system-system-mips | qemu-system-misc | qemu-system-ppc | qemu-system-x86, +Recommends: + arch-test, + binfmt-support, + qemu-system, + qemu-user-static, + uidmap, +Description: create and run virtual machines for various Debian releases and architectures + The tool debvm-create can be used to create a virtual machine image and + the tool debvm-run can be used to run such a machine image. Their purpose + primarily is testing software using qemu as a containment technology. + These are relatively thin wrappers around mmdebstrap and qemu. -- cgit v1.2.3