#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1

%:
	dh $@  --with python3,systemd

override_dh_installinit:
	dh_installinit --noscripts

# Override action to avoid starting vyatta-sfpd.socket, which doesn't
# cope well with vyatta-sfpd.service also running
override_dh_systemd_start:
	dh_systemd_start -p vyatta-sfpd vyatta-sfpd.service
