#!/usr/bin/make -f

#export DH_VERBOSE=1
PYBUILD_NAME=rpi_ws281x
PY2VERS = $(shell pyversions -v -r debian/control)
PY3VERS = $(shell py3versions -v -r debian/control)
PYVERS = $(PY3VERS)

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

