#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

override_dh_installsystemd:
	dh_installsystemd --name=parsec
