#!/usr/bin/make -f %: dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) make mypy for pyversion in `py3versions -s`; do \ $$pyversion -m tests; \ done endif