#!/usr/bin/make -f

export PYBUILD_DISABLE=test
export PYBUILD_NAME=rendez
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:
	# Do not run the tests

override_dh_installman:
	dh_installman -O--buildsystem=pybuild
