mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 20:29:24 +00:00
This is a cherry-pick of PR#4223: - Add script to create debian source package - Update debian metadata based on Debian repos - Remove some lintian warnings and errors - Remove support Xenial - Reduce size of icon - Omit confusing values from gbp.conf
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
|