diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-01-18 11:42:54 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-01-18 11:42:54 +0100 |
commit | dc22b016b2a27b722afcfb30e8ec34ae185c009a (patch) | |
tree | a150d4af17443c0f8f4424b5096a69cf27307427 /debian/control | |
parent | c80d86802d2fc018834f87cbb32e896249438736 (diff) | |
parent | 4f89cae5b63b09d0109fb33788fb379d98658175 (diff) | |
download | debvm-dc22b016b2a27b722afcfb30e8ec34ae185c009a.tar.gz |
Merge branch debian into main
Thus, don't do Debian releases that would be separate from upstream
releases.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..512f9e7 --- /dev/null +++ b/debian/control @@ -0,0 +1,32 @@ +Source: debvm +Maintainer: Helmut Grohne <helmut@subdivi.de> +Build-Depends: debhelper-compat (= 13), perl +Section: admin +Priority: optional +Standards-Version: 4.6.2 +Rules-Requires-Root: no +Homepage: https://salsa.debian.org/helmutg/debvm/ +Vcs-Git: https://salsa.debian.org/helmutg/debvm.git -b debian +Vcs-Browser: https://salsa.debian.org/helmutg/debvm/ + +Package: debvm +Architecture: all +Depends: + ${misc:Depends}, + e2fsprogs, + genext2fs, + mmdebstrap (>= 1.2.4), + qemu-kvm | qemu-system-arm | qemu-system-system-mips | qemu-system-misc | qemu-system-ppc | qemu-system-x86, +Recommends: + arch-test, + binfmt-support, + openssh-client, + qemu-system, + qemu-user-static, + uidmap | fakeroot, + uidmap | fakechroot, +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. |