#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DPKG_GENSYMBOLS_CHECK_LEVEL=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk export QT_SELECT=5 # Skip tests on architectures where tests are being extremely flaky testskip_architectures := arm64 armhf %: dh $@ override_dh_missing: dh_missing --fail-missing override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ifneq (,$(filter $(DEB_HOST_ARCH),$(testskip_architectures))) -dh_auto_test --no-parallel -- -k xvfballtests else dh_auto_test --no-parallel -- -k xvfballtests endif endif get-orig-source: uscan --noconf --force-download --rename --download-current-version --destdir=..