#!/usr/bin/make -f

export PYBUILD_NAME = pyraf

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

override_dh_auto_test:
	# autotest does not work yet.

override_dh_clean:
	dh_clean
	rm -rf lib/pyraf.egg-info/
