#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

ifneq ($(DEB_HOST_ARCH),riscv64)
export DEB_ENABLE_TESTS = yes
endif

%:
	dh $@
