#!/usr/bin/make -f

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

# test suite is broken atm.
override_dh_auto_test:

override_dh_auto_configure:
	dh_auto_configure -- -DPYTHON_VERSION=3

override_dh_auto_install:
	dh_auto_install
	chrpath -d debian/tmp/usr/lib/python3*/*/rviz/*.so
