Bastian Blank
2006-Oct-14 13:49 UTC
[Pkg-xen-changes] r359 - trunk/xen-3.0/debian/templates
Author: waldi Date: Sat Oct 14 13:49:24 2006 New Revision: 359 Modified: trunk/xen-3.0/debian/templates/control.hypervisor.in trunk/xen-3.0/debian/templates/control.utils.in Log: * debian/templates/control.hypervisor.in - Reorder description parts. - Suggest docs. * debian/templates/control.utils.in: Suggest docs. Modified: trunk/xen-3.0/debian/templates/control.hypervisor.in =============================================================================--- trunk/xen-3.0/debian/templates/control.hypervisor.in (original) +++ trunk/xen-3.0/debian/templates/control.hypervisor.in Sat Oct 14 13:49:24 2006 @@ -1,15 +1,15 @@ Package: xen-hypervisor-@version@@abiname@@localversion@ Depends: xen-utils-@version@@abiname@ Provides: xen-hypervisor, xen-hypervisor-@major@, xen-hypervisor-@version@@abiname@, xen-hypervisor@localversion@ +Suggests: xen-docs-@short_version@ Description: The Xen Hypervisor on @class@ 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. . + @desc@ + . 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. - . - @desc@ + XEN itself. Modified: trunk/xen-3.0/debian/templates/control.utils.in =============================================================================--- trunk/xen-3.0/debian/templates/control.utils.in (original) +++ trunk/xen-3.0/debian/templates/control.utils.in Sat Oct 14 13:49:24 2006 @@ -2,6 +2,7 @@ Depends: ${shlibs:Depends}, ${python:Depends}, xen-utils-common (>= 3.0+hg11624-2), iproute, udev (>> 0.060) Recommends: bridge-utils, libc6-xen [i386], xen-hypervisor-@version@@abiname@ Provides: xen-utils +Suggests: xen-docs-@short_version@ XB-Python-Version: ${python:Versions} Description: XEN administrative tools The userspace tools to manage a system virtualized through the XEN virtual