#!/usr/bin/make -f
export PYBUILD_AFTER_INSTALL=chmod a-x $(CURDIR)/debian/*/usr/lib/*/dist-packages/roonapi/__init__.py

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
