[Pkg-libvirt-commits] [SCM] Virtinst Debian packaging branch, debian/wheezy, updated. debian/0.600.1-2-3-g868fe75

Guido Günther agx at sigxcpu.org
Mon Jun 17 20:30:25 UTC 2013


The following commit has been merged in the debian/wheezy branch:
commit 868fe756367e3f981aa0bd9e3049acdbc6e94219
Author: Oliver Seufer <debian at seufer.de>
Date:   Mon Jun 17 14:20:19 2013 +0200

    Rely on xen finding it's tools
    
    Closes: #712563

diff --git a/debian/patches/0001-fix-path-to-hvmloader.patch b/debian/patches/0001-fix-path-to-hvmloader.patch
index b4f92b2..9343271 100644
--- a/debian/patches/0001-fix-path-to-hvmloader.patch
+++ b/debian/patches/0001-fix-path-to-hvmloader.patch
@@ -1,8 +1,8 @@
-From: Guido Guenther <agx at sigxcpu.org>
-Date: Tue, 24 Jun 2008 15:24:21 +0200
+From: Oliver Seufer <debian at seufer.de>
+Date: Sat, 01 Jun 2013 22:41:07 +0200
 Subject: fix path to hvmloader
 
-Closes: #487682
+Closes: #685749
 ---
  virtinst/Installer.py |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
@@ -16,7 +16,7 @@ index 2d9907e..1159764 100644
  
          if not loader and self.is_hvm() and hvxen:
 -            loader = "/usr/lib/xen/boot/hvmloader"
-+            loader = "/usr/lib/xen-default/boot/hvmloader"
++            loader = "hvmloader"
  
          # Use older libvirt 'linux' value for back compat
          if os_type == "xen" and hvxen:
diff --git a/debian/patches/0002-Fix-path-to-pygrub.patch b/debian/patches/0002-Fix-path-to-pygrub.patch
index 9d2bfc6..2f9f973 100644
--- a/debian/patches/0002-Fix-path-to-pygrub.patch
+++ b/debian/patches/0002-Fix-path-to-pygrub.patch
@@ -1,7 +1,8 @@
-From: Marco Sinhoreli <msinhore at gmail.com>
-Date: Thu, 26 Jun 2008 18:07:13 +0200
+From: Oliver Seufer <debian at seufer.de>
+Date: Sat, 01 Jun 2013 22:41:07 +0200
 Subject: Fix path to pygrub
 
+Closes: #685749
 ---
  virtinst/util.py |    4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)
@@ -15,12 +16,12 @@ index 17c873b..1ffa606 100644
              return "/usr/lib/xen/bin/pygrub"
          else:
 -            return "/usr/bin/pygrub"
-+            return "/usr/lib/xen-default/bin/pygrub"
++            return "pygrub"
  
      if platform.system() == "SunOS":
          return "/usr/lib/xen/bin/pygrub"
 -    return "/usr/bin/pygrub"
-+    return "/usr/lib/xen-default/bin/pygrub"
++    return "pygrub"
  
  def uri_split(uri):
      """

-- 
Virtinst Debian packaging



More information about the Pkg-libvirt-commits mailing list