#!/usr/bin/make -f

execute_after_dh_auto_install:
	mv debian/cwdaemon/usr/share/cwdaemon debian/cwdaemon/usr/share/doc/cwdaemon/examples

# service needs configuration before starting, so don't auto-enable it
override_dh_installsystemd:
	dh_installsystemd --no-enable --no-start

override_dh_installsystemduser:
	dh_installsystemduser --no-enable

override_dh_installinit:
	dh_installinit --no-enable --no-start

override_dh_installchangelogs:
	dh_installchangelogs NEWS

%:
	dh $@
