#!/usr/bin/make -f

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

override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr

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