#!/usr/bin/make -f
# -*- makefile -*-

export PYBUILD_NAME=pynn
export PYBUILD_BEFORE_TEST =

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

override_dh_fixperms:
	dh_fixperms
	find debian -name "*.mod" -exec chmod -x \{\} \;

override_dh_auto_test:
	# tests disable to allow removal of Nose
