#! /usr/bin/make -f

%:
	dh $@ --with gnome,python3

override_dh_python3:
	dh_python3 --shebang=/usr/bin/python3
