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

X Strike Force X.Org X11 SVN commit: r2891 - trunk/debian/xorg/debian



Author: dnusinow
Date: 2006-08-21 23:17:12 -0400 (Mon, 21 Aug 2006)
New Revision: 2891

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/xserver-xorg.config.in
Log:
* Steal patch from Ubuntu to update non-latin keymaps by Colin Watson

Modified: trunk/debian/xorg/debian/changelog
===================================================================
--- trunk/debian/xorg/debian/changelog	2006-08-22 03:14:36 UTC (rev 2890)
+++ trunk/debian/xorg/debian/changelog	2006-08-22 03:17:12 UTC (rev 2891)
@@ -27,8 +27,9 @@
     config scripting
   * Pull patch from Ubuntu to xserver-xorg postins to correctly update the
     config file on upgrades
+  * Steal patch from Ubuntu to update non-latin keymaps by Colin Watson
 
- -- David Nusinow <dnusinow@debian.org>  Mon, 21 Aug 2006 23:13:31 +0000
+ -- David Nusinow <dnusinow@debian.org>  Mon, 21 Aug 2006 23:16:42 +0000
 
 xorg (1:7.0.23) unstable; urgency=low
 

Modified: trunk/debian/xorg/debian/xserver-xorg.config.in
===================================================================
--- trunk/debian/xorg/debian/xserver-xorg.config.in	2006-08-22 03:14:36 UTC (rev 2890)
+++ trunk/debian/xorg/debian/xserver-xorg.config.in	2006-08-22 03:17:12 UTC (rev 2891)
@@ -466,7 +466,7 @@
 }
 
 non_latin_keyboard () {
-  NONLATINMAPS="am ar bg by el il ir iu lo mk ml mm mn ru th tj ua"
+  NONLATINMAPS="am ar bg by cs el gr il ir iu lo mk ml mm mn ru th tj ua"
   for i in $NONLATINMAPS; do
     if [ "$XMAP" = "$i" ]; then
       NON_LATIN="true"



Reply to: