#!/usr/bin/make -f

export PYBUILD_NAME := bruco
export PYBUILD_DISABLE := test

# redirect Python 3 entry points to bogus path
export PYBUILD_INSTALL_ARGS_python3 = --install-scripts=/ignore
export PYBUILD_AFTER_INSTALL_python3 = rm -rf {destdir}/ignore

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