#!/usr/bin/make -f export DEB_ENABLE_TESTS = yes # Testsuite fails on armel, see https://bugs.debian.org/1017539 ifneq (,$(filter armel, $(DEB_HOST_ARCH))) export DEB_ENABLE_TESTS = no endif %: dh $@