#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
#	disable test (seems to have never worked)

override_dh_installchangelogs:
	dh_installchangelogs --no-trim

override_dh_installsystemd:
	dh_installsystemd -i --name=dlocate-db-update \
	  --no-start --no-stop-on-upgrade
