mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +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
7 lines
137 B
Makefile
Executable file
7 lines
137 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
# -*- mode: makefile; coding: utf-8 -*-
|
|
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
|
|
%:
|
|
dh $@ --with autoreconf
|