mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-27 18:57:42 +00:00
The packages in the official Debian repos have slightly more up-to-date metadata. This change adjusts our metadata. This includes the change from Debian repo to let debhelper (>= 10.3) handle the meson build of keyman-keyboardprocessor.
14 lines
250 B
Makefile
Executable file
14 lines
250 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/lib/ibus
|
|
|
|
override_dh_auto_test:
|
|
# run test but disable failing
|
|
-dh_auto_test
|