#!/usr/bin/make -f

export ROS_PYTHON_VERSION=3

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

# test suite is broken atm.
override_dh_auto_test:

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