#!/usr/bin/make -f

export LC_ALL=C.UTF-8

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

override_dh_auto_clean:
	dh_auto_clean
	rm Lib/fontmake/_version.py

override_dh_auto_test:
	dh_auto_test
	rm -rf $(CURDIR)/.pybuild/cpython3_*/build/instance_ttf
