mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-18 13:47: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.
13 lines
206 B
Makefile
Executable file
13 lines
206 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export DH_VERBOSE=1
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
|
|
# xenial needs this to be explicit
|
|
export LC_ALL=C.UTF-8
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_missing:
|
|
dh_missing --fail-missing
|