#!/usr/bin/make -f

export DH_VERBOSE=1

# This file was initially automatically generated by stdeb 0.8.5 at
# Mon, 10 Sep 2018 16:53:02 -0400
export PYBUILD_NAME=pynwb
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_install:
	dh_install
	find debian -name "test_*.nwb" -delete
