retitle 374556 brltty-udeb: enable preference menu tags 374556 + patch thanks
Some discussion confirmed that my proposed approach was quite invasive and risky (restarting brltty) while we can afford the few Kb of enabling the preference menu, in which the user can change the table as soon as debian-installer time. Samuel
diff -ur brltty-3.7.2-4/debian/rules brltty-3.7.2-4-mine/debian/rules --- brltty-3.7.2-4/debian/rules 2006-10-19 00:34:15.000000000 +0200 +++ brltty-3.7.2-4-mine/debian/rules 2006-10-19 00:33:31.000000000 +0200 @@ -11,7 +11,7 @@ DEB_HOST_ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH) UDEB_CFLAGS=-Os -fomit-frame-pointer UDEB_DISABLE=speech-support pcm-support midi-support fm-support contracted-braille \ - preferences-menu api learn-mode pm-configfile + api learn-mode pm-configfile UDEB_CONFIGURE_OPTIONS=--with-braille-driver=-tt,-vr,all \ --with-braille-device=usb: --with-screen-driver=-as,-sc,all \ --without-init-path --without-x --without-curses \