#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.6.0+git at
# Fri, 26 Sep 2014 11:34:03 +0200

export PYBUILD_NAME=hid
export PYBUILD_BUILD_ARGS=--with-system-hidapi

override_dh_clean:
	dh_clean
	rm -f hid.c hidraw.c

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


