#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS += hardening=+all

%:
	dh $@ --buildsystem=cmake

override_dh_auto_install:
	dh_auto_install
	- rm -f debian/tmp/usr/include/log4cpp/.cvsignore
