spiegel-keyman/linux/ibus-keyman/debian/rules
Eberhard Beilharz 82d42edfec
fix(linux): Migrate from /usr/lib/ibus to /usr/libexec
Current ibus versions use /usr/libexec in compliance with FHS 3.0.
Since the ibus picks up the location from the xml file in
`/usr/share/ibus/component`, this also works for older versions of
ibus. The bug report also mentions a `<setup>` tag. However, this
doesn't apply for Keyman because we don't have nor need a setup app.

Closes #4259.
Closes Debian bug 955230.
2021-05-28 17:54:47 +02:00

14 lines
249 B
Makefile
Executable file

#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- \
--libexecdir=/usr/libexec
override_dh_auto_test:
# run test but disable failing
-dh_auto_test