#!/usr/bin/make -f

%:
	dh $@ --with python3,translations,migrations --buildsystem=pybuild

override_dh_auto_test:
	dbus-run-session -- dh_auto_test
