#!/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:
	cd spectral_cube/tests/data && python3 make_test_cubes.py
	dh_auto_test
endif
