[Pkg-kbd-commit] r161 - people/barbier/kbd/trunk/debian/patches

Denis Barbier barbier at costa.debian.org
Wed Apr 5 05:07:02 UTC 2006


Author: barbier
Date: 2006-04-05 05:07:02 +0000 (Wed, 05 Apr 2006)
New Revision: 161

Modified:
   people/barbier/kbd/trunk/debian/patches/braille.diff
Log:
KT_BRL will be set to 14, not 13


Modified: people/barbier/kbd/trunk/debian/patches/braille.diff
===================================================================
--- people/barbier/kbd/trunk/debian/patches/braille.diff	2006-04-05 05:06:29 UTC (rev 160)
+++ people/barbier/kbd/trunk/debian/patches/braille.diff	2006-04-05 05:07:02 UTC (rev 161)
@@ -1,6 +1,7 @@
-diff -upr kbd-1.12/src/ksyms.c kbd-1.12-mine/src/ksyms.c
---- kbd-1.12/src/ksyms.c	2006-04-04 22:15:32.000000000 +0200
-+++ kbd-1.12-mine/src/ksyms.c	2006-04-04 22:14:59.000000000 +0200
+Index: trunk/src/ksyms.c
+===================================================================
+--- trunk.orig/src/ksyms.c
++++ trunk/src/ksyms.c
 @@ -1498,6 +1498,20 @@
  	"SCtrlR"
  };
@@ -22,12 +23,13 @@
  #define E(x) { x, sizeof(x) / sizeof(x[0]) }
  
  syms_entry syms[] = {
-@@ -1513,7 +1527,8 @@ syms_entry syms[] = {
+@@ -1513,7 +1527,9 @@
  	E(ascii_syms),		/* KT_ASCII */
  	E(lock_syms),		/* KT_LOCK */
  	{ 0, 0 },		/* KT_LETTER */
 -	E(sticky_syms)		/* KT_SLOCK */
 +	E(sticky_syms),		/* KT_SLOCK */
++	{ 0, 0 },		/*  */
 +	E(brl_syms)		/* KT_BRL */
  };
  




More information about the Pkg-kbd-commit mailing list