[Pkg-xen-devel] Bug#770460: xen-utils-X.Y should recommend grub-xen-host

Ian Campbell ijc at debian.org
Fri Nov 21 13:15:58 UTC 2014


Package: xen-utils-4.4
Version: 4.4.0-1
Tags: patch

grub-xen-host implements the dom0 side of the x86 pv bootloader
protocol[0] and is now in unstable. This enables the use of pvgrub2 in
preference to the less secure pygrub.

The following patch makes the (trivial) change. Once I have a bug number
I will add the Closes: and push to a feature/bugNNNN branch.

Ian.

[0] http://xenbits.xen.org/docs/unstable/misc/x86-xenpv-bootloader.html

commit d9b0a811eea731cc8bedfdea73e8699c8fe68812
Author: Ian Campbell <ijc at debian.org>
Date:   Fri Nov 21 13:15:15 2014 +0000

    xen-utils recommends grub-xen-host package.

diff --git a/debian/changelog b/debian/changelog
index 484583f..6a31d15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xen (4.4.1-4) UNRELEASED; urgency=medium
+
+  [ Ian Campbell ]
+  * xen-utils recommends grub-xen-host package.
+
+ -- Ian Campbell <ijc at debian.org>  Fri, 21 Nov 2014 13:06:49 +0000
+
 xen (4.4.1-3) unstable; urgency=medium
 
   [ Bastian Blank ]
diff --git a/debian/templates/control.utils.in b/debian/templates/control.utils.in
index e1acd40..71f7b35 100644
--- a/debian/templates/control.utils.in
+++ b/debian/templates/control.utils.in
@@ -1,6 +1,6 @@
 Package: xen-utils- at version@
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, xen-utils-common (>= ${source:Version})
-Recommends: bridge-utils, libc6-xen [i386], xen-hypervisor- at version@, qemu-system-x86
+Recommends: bridge-utils, libc6-xen [i386], xen-hypervisor- at version@, qemu-system-x86, grub-xen-host [i386 amd64]
 Provides: xen-utils
 Built-Using: ${misc:Built-Using}
 Description: XEN administrative tools



More information about the Pkg-xen-devel mailing list