#!/usr/bin/make -f

export ROS_PYTHON_VERSION=3
export DEB_BUILD_MAINT_OPTIONS = hardening=+all


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