#!/usr/bin/make -f

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

# test suite is broken atm.
override_dh_auto_test:

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