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

# Skip some extremely memory-intensive tests
export SKIP_BIG_MEMORY_TEST=1
%:
	dh $@ --buildsystem=meson

override_dh_auto_test:
	echo testsuite disabled

override_dh_auto_clean:
	rm -rf test/pytest/__pycache__
	dh_auto_clean
