Package: kbd
Version: 1.15-1
Severity: minor
Tags: patch

Hello,

Console-setup can not load the braille keymap at the moment because it
uses Brl_key9 and Brl_key10.  The attached patch fixes this.

Samuel

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kbd depends on:
ii  console-common                0.7.81     basic infrastructure for text cons
ii  console-setup                 1.36       console font and keymap setup prog
ii  libc6                         2.9-12     GNU C Library: Shared libraries
ii  lsb-base                      3.2-22     Linux Standard Base 3.2 init scrip

Versions of packages kbd recommends:
ii  console-data                  2:1.07-11  keymaps, fonts, charset maps, fall
ii  console-setup                 1.36       console font and keymap setup prog

kbd suggests no packages.

-- no debconf information
--- src/ksyms.c.orig    2009-06-14 15:10:03.000000000 +0200
+++ src/ksyms.c 2009-06-14 15:10:33.000000000 +0200
@@ -1512,7 +1512,9 @@
        "Brl_dot5",
        "Brl_dot6",
        "Brl_dot7",
-       "Brl_dot8"
+       "Brl_dot8",
+       "Brl_dot9",
+       "Brl_dot10"
 };
 
 #define E(x) { x, sizeof(x) / sizeof(x[0]) }

Reply via email to