#!/usr/bin/make -f
%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	dh_auto_test
	LVA_COMMAND="python3 -m linux_voice_assistant" debian/tests/smoke-start
endif

override_dh_installsystemduser:
	dh_installsystemduser --no-enable
