#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk
export PYBUILD_NAME=nbclassic

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

override_dh_auto_install:
	dh_auto_install
	mv debian/python3-nbclassic/usr/etc debian/python3-nbclassic/etc

override_dh_auto_test:
	# disabled as long as we don't have tornasync (#999506)
