spiegel-keyman/linux/ibus-keyman/debian/rules
Eberhard Beilharz 0302943c98
chore(linux): Remove lintian warning
Lintian complained "missing-build-dependency-for-dh-addon" which
I'm not entirely sure is correct. However, there is an easy
workaround by removing an unnecessary parameter.
2021-12-01 18:52:08 +01:00

14 lines
232 B
Makefile
Executable file

#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- \
--libexecdir=/usr/lib/ibus
override_dh_auto_test:
# run test but disable failing
-dh_auto_test