#!/usr/bin/make -f

# The etc/Makefile should not install systemd units, dh will
export ADD_SYSTEMD=0

%:
	dh $@ --with systemd

override_dh_installman:
	dh_installman debian/devmon.1
