summaryrefslogtreecommitdiff
path: root/debian/control
blob: d234bc8d701a837b8ef50e6f7feb8af03c7bbf3a (plain)
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
Source: vmdb2
Homepage: https://vmdb2.liw.fi/
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: admin
Priority: optional
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9),
  python3-all,
  python3-coverage-test-runner,
  pandoc (>= 2.1.2~),
  texlive-xetex,
  fonts-freefont-ttf,
  python3-cliapp,
  python3-jinja2,
  cmdtest,
  python3-yaml,
  debootstrap,
  qemu-utils,
  parted,
  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.