#!/usr/bin/make -f

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

override_dh_auto_test:
	dbus-run-session -- dh_auto_test
