#!/usr/bin/make -f

export PYBUILD_NAME=jupyterlab

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

override_dh_auto_test:
	@echo "Tests disabled because of missing depends"

override_dh_auto_clean:
	dh_auto_clean -O--buildsystem=pybuild || true
