File: control

package info (click to toggle)
oz 0.17.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,764 kB
  • sloc: python: 7,868; xml: 654; perl: 610; makefile: 47; sh: 29
file content (41 lines) | stat: -rw-r--r-- 1,404 bytes parent folder | download
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
Source: oz
Maintainer: Simon Josefsson <simon@josefsson.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13), dh-python, python3-all
Standards-Version: 4.5.0
Homepage: https://github.com/clalancette/oz/wiki
Vcs-Browser: https://salsa.debian.org/jas/oz
Vcs-Git: https://salsa.debian.org/jas/oz.git
Rules-Requires-Root: no

Package: oz
Section: admin
Architecture: all
Depends: genisoimage,
         libvirt-dev (>= 0.9.7),
         mtools,
         openssh-client,
         python3,
         python3-guestfs,
         python3-libvirt,
         python3-lxml,
         python3-m2crypto,
         python3-monotonic,
         python3-pycurl,
         python3-requests,
         ${misc:Depends},
         ${python3:Depends}
Description: Install virtual machine guest OSs with minimal input from the user
 Oz is a tool for automatically installing guest OSs with only minimal
 up-front input from the user.
 .
 For each type of guest operating system, Oz supports up to three
 operations: operating system installation (oz-install), operating
 system customization (oz-customize), and ICICLE manifest generation
 (oz-generate-icicle).
 .
 Currently many versions of popular operating systems are supported,
 including Debian, Ubuntu, RHEL/CentOS, Fedora, openSUSE, Mandrake,
 and FreeBSD.  See also virt-install(1) and virt-builder(1) from the
 virtinst and libguestfs-tools packages.