mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-30 20:27:39 +00:00
14 lines
249 B
Makefile
Executable file
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
|