#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# dynamic_reconfigure encodes the srcfile with full path
export DEB_BUILD_OPTIONS=buildinfo=+path

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

override_dh_install:
	dh_install -X.gitignore
