#!/usr/bin/make -f

export DH_OPTIONS
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

INSTDIR = debian/tmp

%:
	dh $@ -Bbuild -Scmake

ifneq (,$(filter armhf s390x,$(DEB_HOST_ARCH)))
# Ignore test results
override_dh_auto_test:
	-dh_auto_test
endif
