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

#export DH_VERBOSE=1
export DH_OPTIONS

export PYBUILD_DIR=library
export PYBUILD_NAME=unicornhatmini

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

override_dh_auto_test:
	# Skip test for now because it calls RPi.GPIO which throws an error if not running on a Pi
