[Pkg-xen-changes] r7 - trunk/debian

Ralph Passgang tha-guest at costa.debian.org
Thu Feb 16 22:38:27 UTC 2006


Author: tha-guest
Date: 2006-02-16 22:38:27 +0000 (Thu, 16 Feb 2006)
New Revision: 7

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/libxen3.0.install
   trunk/debian/xen.prerm
Log:
updated to 3.0.1-0tha3

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-02-16 20:50:40 UTC (rev 6)
+++ trunk/debian/changelog	2006-02-16 22:38:27 UTC (rev 7)
@@ -5,9 +5,30 @@
      - Change maintainer and add uploaders field
   * Guido Trotter <ultrotter at debian.org>
      - Add dpatch structure to the package
+  * Ralph Passgang <ralph at debianbase.de>
+     - Added changes from 3.0.1-0tha3
 
- -- Guido Trotter <ultrotter at debian.org>  Thu, 16 Feb 2006 16:59:29 +0100
+ -- Ralph Passgang <ralph at debianbase.de>  Thu, 16 Feb 2006 23:28:00 +0100
 
+xen (3.0.1-0tha3) unstable; urgency=low
+
+  * updated to testing changeset 8743 (xen 3.0.1 + some patches)
+  * added bash to dependencies, because some scripts actually needs it
+    (even if only "/bin/sh" is set as interpreter in those scripts, so a
+    better solution would be if upstream removes the bashisms at all).
+    thx for the report by Paul Wagland <xen+paul at kungfoocoder.org>.
+  * changed hotplug/udev dependency to: "hotplug | udev (>=0.059)", because
+    older udev versions doesn't work with xen and then hotplug is needed.
+  * changed debian/libxen3.0.install a bit, so that it will install
+    the svmloader (for amd's pacifica) in future. so when svm support is
+    available in the stable xen upstream (most likely in 3.0.2) it will gets
+    installed without further changes needed in the install-file.
+  * xendomains should get stopped before xend, even in a .prerm file ;-P
+    (but maybe there is a better solution, because the domUs doesn't really
+    needed to be stopped on an upgrade).
+
+ -- Ralph Passgang <ralph at debianbase.de>  Wed, 15 Feb 2006 22:00:00 +0100
+
 xen (3.0.1-0tha2) unstable; urgency=low
 
   * added bcc to build-dependencies.it's needed for VMX, otherwise

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2006-02-16 20:50:40 UTC (rev 6)
+++ trunk/debian/control	2006-02-16 22:38:27 UTC (rev 7)
@@ -4,12 +4,12 @@
 Section: misc
 Priority: extra
 Standards-Version: 3.6.1.0
-Build-Depends: tetex-bin, tetex-extra, gs-common, debhelper (>= 4), libcurl3-dev | libcurl-dev, dh-kpatches, python-dev, python (>= 2.2), gcc, transfig, wget, libncurses5-dev, libsdl1.2-dev, libvncserver-dev, libjpeg-dev, bzip2, hotplug, bash, bcc, dpatch
+Build-Depends: tetex-bin, tetex-extra, gs-common, debhelper (>= 4), libcurl3-dev | libcurl-dev, dh-kpatches, python-dev, python (>= 2.2), gcc, transfig, wget, libncurses5-dev, libsdl1.2-dev, libvncserver-dev, libjpeg-dev, bzip2, hotplug, bcc, dpatch
 
 Package: xen
 Section: misc
 Architecture: i386 amd64
-Depends: python-twisted, python, libxen-python, iproute, hotplug | udev, ${shlibs:Depends}
+Depends: python-twisted, python, libxen-python, iproute, hotplug | udev (>= 0.059), bash, ${shlibs:Depends}
 Recommends: bridge-utils
 Suggests: linux-xen0-2.6
 Description: a Virtual Machine Monitor like VMWare or plex86

Modified: trunk/debian/libxen3.0.install
===================================================================
--- trunk/debian/libxen3.0.install	2006-02-16 20:50:40 UTC (rev 6)
+++ trunk/debian/libxen3.0.install	2006-02-16 22:38:27 UTC (rev 7)
@@ -8,4 +8,4 @@
 usr/lib/libxenguest.so.3.0.0
 usr/lib/libxenstore.so
 usr/lib/xen/bin
-usr/lib/xen/boot/vmxloader
+usr/lib/xen/boot

Modified: trunk/debian/xen.prerm
===================================================================
--- trunk/debian/xen.prerm	2006-02-16 20:50:40 UTC (rev 6)
+++ trunk/debian/xen.prerm	2006-02-16 22:38:27 UTC (rev 7)
@@ -14,7 +14,7 @@
 	}
 fi
 
+invoke xendomains stop
 invoke xend stop
-invoke xendomains stop
 
 #DEBHELPER#




More information about the Pkg-xen-changes mailing list