#! /usr/bin/make -f

export DH_VERBOSE=1

export PYBUILD_NAME=tomoscan
export PYBUILD_TEST_ARGS=-m 'not needs_network' -vv

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_clean:
	rm -rf tomoscan.egg-info/

execute_after_dh_auto_install:
	find debian -name conf.py -delete
