#!/usr/bin/make -f

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

# some tests access the network
override_dh_auto_test:
#	cp -r whipper/test .pybuild/cpython3_3.8/build/whipper
#	dh_auto_test

override_dh_clean:
	dh_clean
	rm -rf whipper.egg-info
