#!/usr/bin/make -f

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

override_dh_auto_test:
	dh_auto_test -- --system=custom --test-args="{interpreter} -m nose --verbose $(CURDIR)/unit_tests"

override_dh_auto_clean:
	dh_auto_clean
	rm -rf trash     trash-empty  trash-put      trash-rm trash-list   trash-restore
