#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

KRESD_BROKEN_ARCHES := arm64 s390x ppc64el
ifneq (, $(filter $(DEB_HOST_ARCH), $(KRESD_BROKEN_ARCHES)))
  DEB_BUILD_OPTIONS += nocheck
endif

%:
	dh $@
