#!/usr/bin/make -f

export PYBUILD_NAME=opcua-revpi-server
export PYBUILD_INSTALL_ARGS=--install-lib=/usr/share/$(PYBUILD_NAME)/ --install-scripts=/usr/share/$(PYBUILD_NAME)/

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

# PiCtory automatically activates the service when OPC UA servers are configured
override_dh_installsystemd:
	dh_installsystemd --no-enable
