#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@

# https://github.com/fcitx/libime/issues/4
ifneq (,$(filter $(DEB_HOST_ARCH), i386))
override_dh_auto_test:
	-dh_auto_test
endif
