#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
	dh $@
# do not try to start hddemux.service -- it should be
# socket-activated.  note that this also means that hddemux.service
# isn't stopped upon package removal, though, which i think is a bug.
override_dh_systemd_start:
	dh_systemd_start hddemux.socket 
