kbd (1.15-1ubuntu1) karmic; urgency=low
* Resynchronise with Debian. Remaining changes:
- Prefer console-setup to console-common and console-data.
- debian/console-screen.kbd.sh: Don't run at all if setupcon (from
console-setup) is present.
- Add setfont, kbd_mode, and loadkeys to initramfs for console-setup.
- Use ckbcomp to get the keyboard layout if other data files are not
available.
- Depend on console-setup, and remove /etc/init.d/console-screen.kbd.sh;
we now only support systems using console-setup and so it no longer
serves a purpose.
kbd (1.15-1) unstable; urgency=low
* New upstream release.
- Adds translations for Danish, French, Swedish and Turkish.
- Fail cleanly on Unicode keysyms >= 0xf000, closes: #500116.
- Print an error message when calls to exec* functions fail, closes:
#190387. Patch proposed by Ian Jackson, thanks!
- The historical information formerly found in CREDITS is now found in
AUTHORS.
* Change my e-mail address in debian/{control,copyright}.
* Read /etc/environment sanely, closes: #506318. Let the shell parse
the locale configuration files instead of using a grep | tail | cut
pipeline to avoid reading garbage. This is the same as #364797 in
console-tools which was subsequently fixed by the patch proposed in
#382115. Thanks to Colin Watson for the idea.
* Revamp debian/rules to use debhelper 7; change control and compat
accordingly.
* Build-depend on flex and bison to generate analyze.c and loadkeys.c from
analyze.l and loadkeys.y, respectively.
* kbd_mode(1): Explain the -C option, closes: #508795.
* Allow all Latin keysyms to be treated as “letter” in the sense of
keymaps(5), closes: #514908. Thanks to Frédéric Boiteux
<email address hidden> for the idea.
* Point to console-data in the long description, like console-tools does.
* Add ${misc:Depends}.
-- Colin Watson <email address hidden> Wed, 24 Jun 2009 17:10:18 +0100