#!/usr/bin/make -f %: dh --buildsystem=python_distutils $* override_dh_auto_test: ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) $(MAKE) check TESTRUNNER=testtools.run endif