#!/usr/bin/make -f

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

execute_before_dh_auto_install:
	python3 -m install --root debian/tmp --components data_files

override_dh_auto_test:
