#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

# magic debhelper rule
%:
	dh $@  --buildsystem=pybuild

override_dh_auto_test:
	@echo "Some tests currently fail; ignore for this release"

override_dh_auto_clean:
	rm -fr build src/fparser.egg-info
