#!/usr/bin/make -f

UPSTREAM_GIT := https://github.com/darkhelmet/ntpstat.git
include /usr/share/openstack-pkg-tools/pkgos.make

%:
	dh $@

override_dh_auto_clean:
	rm -f ntpstat
