#!/usr/bin/make -f

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_build:
	dh_auto_build -- --wheel

override_dh_auto_install:
	dh_auto_install -- --install-layout=deb

override_dh_auto_test:
	# Tests are run separately in CI
