[Pkg-xen-changes] r188 - trunk/xen-3.0/debian

Bastian Blank waldi at costa.debian.org
Mon May 22 09:06:15 UTC 2006


Author: waldi
Date: Mon May 22 09:06:15 2006
New Revision: 188

Added:
   trunk/xen-3.0/debian/xen-ioemu-3.0.install
Modified:
   trunk/xen-3.0/debian/control
   trunk/xen-3.0/debian/rules

Log:
* debian/control: Add xen-ioemu-3.0.
* debian/rules: Build xen-ioemu-3.0.
* debian/xen-ioemu-3.0.install: Add.


Modified: trunk/xen-3.0/debian/control
==============================================================================
--- trunk/xen-3.0/debian/control	(original)
+++ trunk/xen-3.0/debian/control	Mon May 22 09:06:15 2006
@@ -62,6 +62,13 @@
  The userspace tools to manage a system virtualized through the XEN virtual
  machine monitor.
 
+Package: xen-ioemu-3.0
+Architecture: amd64 i386
+Depends: ${shlibs:Depends}, xen-utils-3.0 (= ${Source-Version})
+Description: XEN administrative tools
+ The userspace tools to manage a system virtualized through the XEN virtual
+ machine monitor.
+
 Package: xen-docs-3.0
 Architecture: all
 Description: documentation for XEN, a Virtual Machine Monitor

Modified: trunk/xen-3.0/debian/rules
==============================================================================
--- trunk/xen-3.0/debian/rules	(original)
+++ trunk/xen-3.0/debian/rules	Mon May 22 09:06:15 2006
@@ -139,7 +139,7 @@
 	cp $(BUILD_DIR)/build-hypervisor-$*/xen/xen.gz debian/xen-hypervisor-$(MAJOR)-$*/boot/xen-$(MAJOR)-$*.gz
 	#cp $(BUILD_DIR)/build-hypervisor-$*/xen/xen-syms debian/xen-hypervisor-$(MAJOR)-$*/boot/xen-$(MAJOR)-$*.gz
 
-install-tools: DH_OPTIONS = -pxen-utils-$(MAJOR)
+install-tools: DH_OPTIONS = -pxen-utils-$(MAJOR) -pxen-ioemu-$(MAJOR)
 install-tools:
 	dh_testdir
 	dh_testroot

Added: trunk/xen-3.0/debian/xen-ioemu-3.0.install
==============================================================================
--- (empty file)
+++ trunk/xen-3.0/debian/xen-ioemu-3.0.install	Mon May 22 09:06:15 2006
@@ -0,0 +1,3 @@
+usr/lib/xen/bin/qemu-dm
+usr/lib/xen/boot
+usr/share/xen/qemu



More information about the Pkg-xen-changes mailing list