source: trunk/packages/xen-3.1/xen-3.1/debian/control @ 37

Last change on this file since 37 was 37, checked in by hartmans, 17 years ago

Add graphviz dependency

File size: 4.1 KB
Line 
1Source: xen-3.1
2Section: misc
3Priority: extra
4Maintainer: Debian Xen Team <pkg-xen-devel@lists.alioth.debian.org>
5Uploaders: Julien Danjou <acid@debian.org>, Jeremy T. Bouse <jbouse@debian.org>, Guido Trotter <ultrotter@debian.org>, Bastian Blank <waldi@debian.org>
6Standards-Version: 3.7.2.0
7Build-Depends: debhelper (>= 5.0.37.2), python-dev (>= 2.3), libsdl1.2-dev, bcc, dpatch, lsb-release, python-central (>= 0.5), zlib1g-dev, libncurses5-dev, x11proto-core-dev, libssl-dev, libcrypto++-dev
8Build-Depends-Indep: transfig, tetex-bin, tetex-extra, gs-common, graphviz
9XS-Python-Version: current
10
11Package: xen-docs-3.1
12Architecture: all
13Description: documentation for XEN, a Virtual Machine Monitor
14 This package contains all the large documentation files for XEN.  This
15 includes a description interface(both the api, and a nice explanation of
16 how XEN works).  It also contains the VBD and Xeno howtos.
17
18Package: xen-utils-3.1.0-1
19Architecture: amd64 i386
20Provides: xen-utils
21Depends: ${shlibs:Depends}, ${python:Depends}, xen-utils-common (>= 3.0+hg11624-2), iproute, udev (>> 0.060)
22Recommends: bridge-utils, libc6-xen [i386], xen-hypervisor-3.1.0-1
23Suggests: xen-docs-3.1
24Description: XEN administrative tools
25 The userspace tools to manage a system virtualized through the XEN virtual
26 machine monitor.
27XB-Python-Version: ${python:Versions}
28
29Package: xen-ioemu-3.1.0-1
30Architecture: amd64 i386
31Depends: ${shlibs:Depends}, xen-utils-3.1.0-1 (= ${Source-Version})
32Description: XEN administrative tools
33 The userspace tools to manage a system virtualized through the XEN virtual
34 machine monitor.
35 .
36 This package includes the utilities required to support HVM domains, which
37 allows full virtualization of unmodified operating systems, such as
38 Microsoft's Windows product line, and standard Linux kernels.
39 .
40 For this to work, you will need a CPU with hardware virtualization
41 support, such as Intel's CPUs with VT, or AMD's CPUs with Pacifica.
42
43Package: xen-hypervisor-3.1.0-1-amd64
44Architecture: amd64
45Provides: xen-hypervisor, xen-hypervisor-3.1, xen-hypervisor-3.1.0-1, xen-hypervisor-amd64
46Depends: xen-utils-3.1.0-1
47Suggests: xen-docs-3.1
48Description: The Xen Hypervisor on AMD64
49 The hypervisor is the "core" for XEN itself.  It gets booted by the boot
50 loader and controls cpu and memory, sharing them between your
51 administrative domain (Domain 0) and the virtual guest systems.
52 .
53 In order to boot a XEN system along with this package you also need a
54 kernel specifically crafted to work as the Domain 0, mediating hardware
55 access for XEN itself.
56
57Package: xen-hypervisor-3.1.0-1-i386
58Architecture: i386
59Provides: xen-hypervisor, xen-hypervisor-3.1, xen-hypervisor-3.1.0-1, xen-hypervisor-i386
60Depends: xen-utils-3.1.0-1
61Suggests: xen-docs-3.1
62Description: The Xen Hypervisor on i386
63 The hypervisor is the "core" for XEN itself.  It gets booted by the boot
64 loader and controls cpu and memory, sharing them between your
65 administrative domain (Domain 0) and the virtual guest systems.
66 .
67 This version of the hypervisor is built with support for systems with up
68 to 4GB of memory.  If you have more please install the -pae version
69 instead.
70 .
71 In order to boot a XEN system along with this package you also need a
72 kernel specifically crafted to work as the Domain 0, mediating hardware
73 access for XEN itself.
74
75Package: xen-hypervisor-3.1.0-1-i386-pae
76Architecture: i386
77Provides: xen-hypervisor, xen-hypervisor-3.1, xen-hypervisor-3.1.0-1, xen-hypervisor-i386-pae
78Depends: xen-utils-3.1.0-1
79Suggests: xen-docs-3.1
80Description: The Xen Hypervisor on i386 with pae
81 The hypervisor is the "core" for XEN itself.  It gets booted by the boot
82 loader and controls cpu and memory, sharing them between your
83 administrative domain (Domain 0) and the virtual guest systems.
84 .
85 This version of the hypervisor is built with PAE enabled, in order to
86 support systems with more than 4GB of memory.  If you have less than that
87 you should probably choose the non -pae version.
88 .
89 In order to boot a XEN system along with this package you also need a
90 kernel specifically crafted to work as the Domain 0, mediating hardware
91 access for XEN itself.
92
Note: See TracBrowser for help on using the repository browser.