#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --with python2 --parallel

override_dh_clean:
	dh_clean test/*.png

override_dh_auto_test:
	(cd test && PYTHONPATH=.. python testall.py) || /bin/true
