#!/usr/bin/make -f

%:
	dh $@ --with python3

override_dh_install:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
	PATH=$$PATH:$(CURDIR)/bin $(CURDIR)/debian/run_tests
endif
	dh_install
