#!/usr/bin/make -f
# -*- makefile -*-

# Needed for unit tests
export PYTHONPATH = $(CURDIR)/python

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

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp
	rm -f debian/tmp/usr/share/catkin/cmake/*.pyc
	rm -f debian/tmp/usr/share/catkin/cmake/test/*.pyc
