File: control

package info (click to toggle)
oz 0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,076 kB
  • ctags: 464
  • sloc: python: 5,260; perl: 614; makefile: 38; sh: 21
file content (37 lines) | stat: -rw-r--r-- 1,283 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
Source: oz
Maintainer: Simon Josefsson <simon@josefsson.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3)
Standards-Version: 3.9.8
Homepage: http://github.com/clalancette/oz/wiki
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/oz.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/oz.git
X-Python-Version: >= 2.6

Package: oz
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
 python (>= 2.5),
 genisoimage,
 libvirt-dev (>= 0.9.7),
 mtools,
 openssh-client,
 python-guestfs,
 python-lxml,
 python-libvirt (>= 0.9.7),
 python-pycurl,
 python-m2crypto,
Description: install virtual machine guest OSs with minimal input 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.