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
|
Source: virtme-ng
Section: devel
Maintainer: Ricardo Ribalda Delgado <ribalda@debian.org>
Standards-Version: 4.7.3
Homepage: https://github.com/arighi/virtme-ng
Vcs-Browser: https://salsa.debian.org/debian/virtme-ng
Vcs-Git: https://salsa.debian.org/debian/virtme-ng.git
Build-Depends: debhelper (>= 11),
debhelper-compat (= 13),
dh-python,
bash-completion,
python3-all,
python3-argcomplete,
python3-argparse-manpage,
python3-requests,
python3-setuptools
Package: virtme-ng
Architecture: all
Depends: busybox-static,
file,
iproute2,
kbd,
kmod,
util-linux-extra,
${misc:Depends},
${python3:Depends}
Provides: virtme
Conflicts: virtme
Replaces: virtme
Recommends: qemu-system-x86
Suggests: dbus-x11,
pulseaudio-utils,
qemu-system-arm,
qemu-system-ppc,
virtiofsd
Description: Helper scripts to test kernel code on qemu
A set of simple tools to run a virtualized Linux kernel that uses the host
Linux distribution or a simple rootfs instead of a whole disk image.
|