#!/usr/bin/make -f

%:
	dh $@ --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure --buildsystem=cmake -- -DCMAKE_INSTALL_SYSCONFDIR=etc -DCMAKE_INSTALL_FULL_SYSCONFDIR=/etc
