#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --with yang,python3,systemd

# When dh compat 11 is available this override will not be required
# See debbug 800043
override_dh_installinit:
	dh_installinit --no-scripts
