#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DPKG_GENSYMBOLS_CHECK_LEVEL=4 export DEB_BUILD_MAINT_OPTIONS = hardening=+all include /usr/share/dpkg/architecture.mk %: dh $@ # Skip tests on the archs they are known to be flaky with current configuration testskip_architectures := arm64 powerpc override_dh_auto_test: ifneq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(testskip_architectures))) dh_auto_test endif override_dh_auto_configure: dh_auto_configure -- -DCLICK_MODE=OFF override_dh_missing: dh_missing --fail-missing get-orig-source: uscan --noconf --force-download --rename --download-current-version --destdir=..