mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
11 lines
200 B
Makefile
Executable file
11 lines
200 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
%:
|
|
dh $@ --with autoreconf
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- \
|
|
--libexecdir=/usr/lib/ibus
|
|
|
|
override_dh_auto_test:
|
|
# run test but disable failing
|
|
-dh_auto_test
|