#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export ROS_PYTHON_VERSION=3

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