#!/usr/bin/make -f

export PYBUILD_NAME=rosinstall
export PYBUILD_AFTER_INSTALL=rm -rf 'debian/python3-rosinstall/usr/bin'

%:
	dh $@ --with python2,python3 --buildsystem=pybuild
