[Pkg-xen-changes] r12 - trunk/debian
Guido Trotter
ultrotter at costa.debian.org
Fri Feb 17 14:31:17 UTC 2006
Author: ultrotter
Date: 2006-02-17 14:31:17 +0000 (Fri, 17 Feb 2006)
New Revision: 12
Modified:
trunk/debian/control
Log:
Add the new packages to debian/control! Please check the package descriptions,
names, etc for correctness and improvements! Also please note that for now I
just added the package sections, but the split is not done yet.
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2006-02-17 09:50:52 UTC (rev 11)
+++ trunk/debian/control 2006-02-17 14:31:17 UTC (rev 12)
@@ -9,9 +9,7 @@
Package: xen
Section: misc
Architecture: i386 amd64
-Depends: python-twisted, python, libxen-python, iproute, hotplug | udev (>= 0.059), bash, ${shlibs:Depends}
-Recommends: bridge-utils
-Suggests: linux-xen0-2.6
+Depends: xen-utils, xen-hypervisor | xen-hypervisor-pae
Description: a Virtual Machine Monitor like VMWare or plex86
XEN is a Virtual Machine Monitor (VMM) originally developed by the
Systems Research Group of the University of Cambridge Computer
@@ -21,6 +19,54 @@
on the same hardware with very low performance overhead --- much lower
than commercial offerings for the same x86 platform.
+Package: xen-hypervisor
+Section: misc
+Architecture: i386 amd64
+Depends: ${shlibs:Depends}
+Conflicts: xen-hypervisor-pae
+Suggests: linux-xen0-2.6
+Description: The Xen Hypervisor
+ The hypervisor is the "core" for XEN itself. It gets booted by the boot loader
+ and controls cpu and memory, sharing them between your administrative domain
+ (Domain 0) and the virtual guest systems.
+ .
+ In order to boot a XEN system along with this package you also need a kernel
+ specifically crafted to work as the Domain 0, mediating hardware access for
+ XEN itself. An example config file for this kernel and documentation on how
+ to build it can be found in the xen-docs package.
+ .
+ If you have an i386 system with more than 4GB of memory you should choose the
+ xen-hypervisor-pae package
+
+Package: xen-hypervisor-pae
+Section: misc
+Architecture: i386
+Depends: ${shlibs:Depends}
+Conflicts: xen-hypervisor
+Suggests: linux-xen0-2.6
+Description: The Xen Hypervisor
+ The hypervisor is the "core" for XEN itself. It gets booted by the boot loader
+ and controls cpu and memory, sharing them between your administrative domain
+ (Domain 0) and the virtual guest systems.
+ .
+ In order to boot a XEN system along with this package you also need a kernel
+ specifically crafted to work as the Domain 0, mediating hardware access for
+ XEN itself. An example config file for this kernel and documentation on how
+ to build it can be found in the xen-docs package.
+ .
+ This version of the hypervisor is built for i386 systems with more than 4GB of
+ memory.
+
+
+Package: xen-utils
+Section: misc
+Architecture: i386 amd64
+Depends: xen-hypervisor, python-twisted, python, libxen-python, iproute, hotplug | udev (>= 0.059), bash, ${shlibs:Depends}
+Recommends: bridge-utils
+Description: XEN administrative tools
+ The userspace tools to manage a system virtualized through the XEN virtual
+ machine monitor.
+
Package: libxen3.0
Section: libs
Architecture: i386 amd64
More information about the Pkg-xen-changes
mailing list