[Pkg-libvirt-commits] [SCM] Virtinst Debian packaging branch, master, updated. debian/0.500.1-1-1-g701d192

Laurent Léonard laurent at open-minds.org
Wed Dec 23 23:18:34 UTC 2009


The following commit has been merged in the master branch:
commit 701d19237daa4fcd9f6841d3671fd30178a0d9d6
Author: Laurent Léonard <laurent at open-minds.org>
Date:   Thu Dec 24 00:18:01 2009 +0100

    Fix path to keyboard configuration.

diff --git a/debian/patches/0003-Fix-path-to-keyboard-configuration.patch b/debian/patches/0003-Fix-path-to-keyboard-configuration.patch
new file mode 100644
index 0000000..638f0fc
--- /dev/null
+++ b/debian/patches/0003-Fix-path-to-keyboard-configuration.patch
@@ -0,0 +1,23 @@
+From: =?UTF-8?q?Laurent=20L=C3=A9onard?= <laurent at open-minds.org>
+Date: Thu, 24 Dec 2009 00:07:50 +0100
+Subject: [PATCH] Fix path to keyboard configuration.
+
+Since console-setup 1.47 the keyboard configuration is in a new package keyboard-configuration and has its own configuration file.
+---
+ virtinst/util.py |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/virtinst/util.py b/virtinst/util.py
+index f31dde9..6207754 100644
+--- a/virtinst/util.py
++++ b/virtinst/util.py
+@@ -45,7 +45,7 @@ import support
+ 
+ KEYBOARD_DIR = "/etc/sysconfig/keyboard"
+ XORG_CONF = "/etc/X11/xorg.conf"
+-CONSOLE_SETUP_CONF = "/etc/default/console-setup"
++CONSOLE_SETUP_CONF = "/etc/default/keyboard"
+ 
+ def default_route(nic = None):
+     if platform.system() == 'SunOS':
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index c258871..3419750 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-fix-path-to-hvmloader.patch
 0002-Fix-path-to-pygrub.patch
+0003-Fix-path-to-keyboard-configuration.patch

-- 
Virtinst Debian packaging



More information about the Pkg-libvirt-commits mailing list