Hi,
Is there a reason for delaying an upload fixing brltty #411426, #414068
and #411671 bugs?
About 411426, just to sum it up: xbrlapi should go into brltty-x11 and
libbrlttybba.so should go into brltty, so that libbrlapi1 will not have
to conflict with futures libbrlapi2 etc. Brltty will then need to depend
on libbrlapi1, but that's fine: when later versions of brltty will need
to depend on libbrlapi2, libbrlapi1 can still be kept since the linker
correctly grabs the dependency:
€ ldd /lib/brltty/libbrlttybba.so
libbrlapi.so.0.5 => /lib/libbrlapi.so.0.5 (0xb7f91000)
Samuel