#!/usr/bin/make -f

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

override_dh_auto_install-indep:
	dh_auto_install --destdir=debian/tmp
