#!/usr/bin/make -f

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

override_dh_auto_test:
	# Test suite is currently failing, see https://github.com/Shizmob/pydle/issues/78
