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

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



Author: barbier
Date: 2006-09-04 17:29:06 -0400 (Mon, 04 Sep 2006)
New Revision: 3183

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/xserver-xorg.config.in
Log:
  * Fix Japanese keyboard configuration in xserver-xorg.config.
    Thanks Kenshi Muto (closes: #385392)


Modified: trunk/debian/xorg/debian/changelog
===================================================================
--- trunk/debian/xorg/debian/changelog	2006-09-04 21:22:37 UTC (rev 3182)
+++ trunk/debian/xorg/debian/changelog	2006-09-04 21:29:06 UTC (rev 3183)
@@ -12,6 +12,8 @@
     patch sent to #330304 had been broken when updated to 7.0.
   * Add support for Catalan keyboard. Thanks Robert Millan
     (closes: #346269)
+  * Fix Japanese keyboard configuration in xserver-xorg.config.
+    Thanks Kenshi Muto (closes: #385392)
   * Debconf translations updates
     - Dzongkha (Tenzin Dendup). Closes: #382959, #383111
     - Khmer (Khoem Sokhem). Closes: #375063
@@ -28,7 +30,7 @@
     RECONFIGURE, FIRSTINST, and UPGRADE variables for use in the xserver-xorg
     config scripting
     * Remove test for upgrade from xserver-xorg.postinst
-  * Pull patch from Ubuntu to xserver-xorg postins to correctly update the
+  * Pull patch from Ubuntu to xserver-xorg postinst to correctly update the
     config file on upgrades (closes: #375689)
   * Steal patch from Ubuntu to update non-latin keymaps by Colin Watson
   * Steal patch from Ubuntu for xserver-xorg.config to help with the Mac mini

Modified: trunk/debian/xorg/debian/xserver-xorg.config.in
===================================================================
--- trunk/debian/xorg/debian/xserver-xorg.config.in	2006-09-04 21:22:37 UTC (rev 3182)
+++ trunk/debian/xorg/debian/xserver-xorg.config.in	2006-09-04 21:29:06 UTC (rev 3183)
@@ -1005,7 +1005,7 @@
     hu) XMAP="hu";;
     is) XMAP="is";;
     it) XMAP="it";;
-    jp106) XMAP="jp"; VARIANT="jp106";;
+    jp106) XMAP="jp"; MODEL="jp106";;
     la) XMAP="latam";;
     lt) XMAP="lt";; 
     # XXX should these be MODEL="macintosh"?



Reply to: