Your message dated Wed, 05 Apr 2006 15:02:11 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#360813: fixed in kbd 1.12-14
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: kbd
Version: 1.12-13
Severity: wishlist
Tags: patch

Hi,

Linux 2.6.17-rc1 introduces braille keysyms, here is a patch for giving
them names.

If this is ok, I'll additionally patch keymaps for mapping
alt-altgr-[ASDFJKLM] to braille dots.

Regards,
Samuel

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages kbd depends on:
ii  console-common               0.7.55.1    Basic infrastructure for text cons
ii  dpkg                         1.13.17     package maintenance system for Deb
ii  libc6                        2.3.6-4     GNU C Library: Shared libraries an
ii  sysvinit                     2.86.ds1-14 System-V-like init utilities

Versions of packages kbd recommends:
ii  console-data                  20060317   Keymaps, fonts, charset maps, fall

-- no debconf information
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
@@ -1498,6 +1498,20 @@
        "SCtrlR"
 };
 
+/* Keysyms whose KTYP is KT_BRL. */
+
+static const char *brl_syms[] = {
+       "Brl_blank",
+       "Brl_dot1",
+       "Brl_dot2",
+       "Brl_dot3",
+       "Brl_dot4",
+       "Brl_dot5",
+       "Brl_dot6",
+       "Brl_dot7",
+       "Brl_dot8"
+};
+
 #define E(x) { x, sizeof(x) / sizeof(x[0]) }
 
 syms_entry syms[] = {
@@ -1513,7 +1527,8 @@ syms_entry syms[] = {
        E(ascii_syms),          /* KT_ASCII */
        E(lock_syms),           /* KT_LOCK */
        { 0, 0 },               /* KT_LETTER */
-       E(sticky_syms)          /* KT_SLOCK */
+       E(sticky_syms),         /* KT_SLOCK */
+       E(brl_syms)             /* KT_BRL */
 };
 
 #undef E

--- End Message ---
--- Begin Message ---
Source: kbd
Source-Version: 1.12-14

We believe that the bug you reported is fixed in the latest version of
kbd, which is due to be installed in the Debian FTP archive:

kbd_1.12-14.diff.gz
  to pool/main/k/kbd/kbd_1.12-14.diff.gz
kbd_1.12-14.dsc
  to pool/main/k/kbd/kbd_1.12-14.dsc
kbd_1.12-14_i386.deb
  to pool/main/k/kbd/kbd_1.12-14_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Denis Barbier <[EMAIL PROTECTED]> (supplier of updated kbd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 29 Mar 2006 21:39:02 +0200
Source: kbd
Binary: kbd
Architecture: source i386
Version: 1.12-14
Distribution: unstable
Urgency: low
Maintainer: Console utilities maintainers <[EMAIL PROTECTED]>
Changed-By: Denis Barbier <[EMAIL PROTECTED]>
Description: 
 kbd        - Linux console font and keytable utilities
Closes: 320571 328783 360813
Changes: 
 kbd (1.12-14) unstable; urgency=low
 .
   * debian/patches/read_keymaps_fmt.diff: When -m flag is set, do not try to
     open a file descriptor on the console so that loadkeys -m can be used
     under X.  See #341956.
 .
   * debian/patches/read_keymaps_fmt.diff: Let add_number() return its
     argument if it corresponds to an unknown symbol, because Unicode symbols
     are not always defined (and may appear within Unicode private range,
     anyway).  See #312844.
 .
   * debian/patches/braille.diff: New patch, to add braille keysyms, introduced
     in Linux 2.6.17-rc1.  Closes: #360813  Thanks Samuel Thibault
 .
   * debian/patches/thai.diff: New patch, to add tis-620 charset for Thai.
     See #360592  Thanks Theppitak Karoonboon
 .
   * debian/README.Debian: Rewrite this documentation.
     Closes: #328783  Thanks David Liontooth
 .
   * debian/control: Change Maintainer field to [EMAIL PROTECTED], and
     add myself to Uploaders.
 .
   * debian/console-screen.kbd.sh: Check for locale variables in both files
     /etc/environment and /etc/default/locale.
 .
   * Move openvt and chvt into /bin.  Closes: #320571  Thanks Tim Connors
 .
   * Apply changes from console-tools:
     + debian/console-screen.kbd.sh:
       - Include LSB-formatted Init dependency info
       - Remove all exit statements from /etc/init.d/console-screen.kbd.sh.
       - Ensure the correct font, unicode_mode are set for all VTs.
       - Make vcstime work under udev.
       - Read /etc/kbd/config.d for the benefit of fonty, etc. integration.
       - Go into unicode mode if locale is in UTF-8.
       - Added support for LED setting and key remapping.
     + debian/patches/fgconsole.diff: New patch, to add "--next-available"
       option to fgconsole to discover the next unallocated VT.
Files: 
 a1544ff7ab7c28424de35a13c8329006 681 utils extra kbd_1.12-14.dsc
 a8c6c75c88dc012fe079643a5456375f 39062 utils extra kbd_1.12-14.diff.gz
 962e4e378850278655340424daec9234 349630 utils extra kbd_1.12-14_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFENDtT8Ri1lR4WGvsRAq65AKCO0CFxDMI0OzWyxNvAags2pNQBGQCgvbgQ
107a9PVhcdiGkvCxG1ufYF8=
=tKrV
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to