#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_SKIP_RPATH=YES -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_LOG4C=OFF -DLOG_TO_CALLBACK=ON -DSYSCONF_INSTALL_DIR=/etc

