#!/usr/bin/make -f

clean:
	@

build:
	@

binary:
	dh $@

override_dh_installsystemd:
	dh_installsystemd --no-enable --no-start --name chrony-exporter

override_dh_dwz:
	dh_dwz -X chrony-exporter
