#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export PYBUILD_CONFIGURE_ARGS=-DPYVER={version} -DCATKIN_ENABLE_TESTING=OFF
export PYBUILD_SYSTEM=cmake

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