#!/usr/bin/make -f # DH_VERBOSE := 1 export LC_ALL=C.UTF-8 include /usr/share/dpkg/default.mk %: dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: dh_auto_test -- --test-custom --test-args '{interpreter} -m unittest tests/unittest_runner.py -v'