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 40 41 42
|
Source: vmdb2
Homepage: https://vmdb2.liw.fi/
Maintainer: Gunnar Wolf <gwolf@debian.org>
Section: admin
Priority: optional
Standards-Version: 4.3.0
Build-Depends: debhelper (>= 12),
python3-all,
python3-coverage-test-runner,
dh-python,
pandoc (>= 2.1.2~),
texlive-xetex,
lmodern,
fonts-freefont-ttf,
texlive-fonts-recommended,
python3-cliapp,
python3-jinja2,
cmdtest,
python3-yaml,
debootstrap,
qemu-utils,
parted,
pylint3,
kpartx
Package: vmdb2
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
python3,
python3-cliapp,
python3-jinja2,
python3-yaml,
cmdtest,
debootstrap,
qemu-utils,
parted,
kpartx
Recommends: ansible
Description: creator of disk images with Debian installed
vmdb2 will be a successor of vmdebootstrap. It will create disk images
for virtual machines and real hardware, with partitioning, and a boot
loader, and a Debian installation.
|