Package: console-setup Version: 1.15 Severity: wishlist Tags: patch The keymap definitions in Keyboard/ckb/ are getting a bit stale; for instance, Kurdish keyboards are missing (https://launchpad.net/bugs/71864). Is there any reason not to just go with the ones xkb-data ships? It looks like this may have been an oversight - the xkbdir definition in debian/rules doesn't take full effect because Makefile sets it to something different, and to override that you need to pass it on the make command line rather than merely exporting it to the environment. Patch attached.
Thanks, -- Colin Watson [EMAIL PROTECTED]
--- console-setup.orig/debian/rules 2006-10-19 21:23:54.000000000 +0100 +++ console-setup/debian/rules 2007-02-23 15:48:19.000000000 +0000 @@ -6,8 +6,8 @@ export xkbdir main_build: - $(MAKE) - cd Keyboard && $(MAKE) build-mini + $(MAKE) xkbdir=$(xkbdir) + cd Keyboard && $(MAKE) build-mini xkbdir=$(xkbdir) touch main_build debian/console-setup.config debian/console-setup-mini.config: debian/config.proto main_build

