#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_NAME=ufispace-bsp-utils

%:
	dh $@ --with python3,quilt,systemd --buildsystem=pybuild --sourcedirectory=utils/python

override_dh_systemd_enable:
	dh_systemd_enable --name=ufi-stat-led-control
	dh_systemd_enable --name=ufispace-s9500-bsp-init

