#!/usr/bin/make -f
#export DH_VERBOSE=1

export PYBUILD_NAME=spectral-cube

%:
	dh $@ --with python3 --buildsystem=pybuild

ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
	dh_auto_test
	rm -f .pybuild/*/build/output.np .pybuild/*/build/test.png
endif
