[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg: Changes to 'debian-unstable'



 debian/changelog                   |    7 +++++++
 debian/local/debian-x11-keymap.fdi |    2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 9ee31ba51f0323f0b2dba5bdf1b392b43121d905
Author: Timo Aaltonen <tjaalton@cc.hut.fi>
Date:   Thu Jul 2 17:26:40 2009 +0300

    debian-x11-keymap.fdi: Check for input.keys from info.capabilities. (closes: #535291)

diff --git a/debian/changelog b/debian/changelog
index b70d93f..621d276 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xorg (1:7.4+4) UNRELEASED; urgency=low
+
+  * debian-x11-keymap.fdi: Check for input.keys from info.capabilities.
+    (closes: #535291)
+
+ -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 02 Jul 2009 17:23:57 +0300
+
 xorg (1:7.4+3) unstable; urgency=low
 
   * Call db_stop at the end of xserver-xorg.postinst, otherwise debconf gets
diff --git a/debian/local/debian-x11-keymap.fdi b/debian/local/debian-x11-keymap.fdi
index 38c04a7..5891375 100644
--- a/debian/local/debian-x11-keymap.fdi
+++ b/debian/local/debian-x11-keymap.fdi
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
 <deviceinfo version="0.2">
     <device>
-	<match key="input.xkb.layout" exists="true">
+	<match key="info.capabilities" contains="input.keys">
 	    <append key="info.callouts.add" type="strlist">debian-setup-keyboard</append>
 	</match>
     </device>


Reply to: