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

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --with-cryptopp

override_dh_auto_build:
	dh_auto_build
	doxygen docs.doxy

override_dh_installdocs:
	cp -r doxygen_html debian/tmp/usr/share/doc/kvazaar/html
	rm debian/tmp/usr/share/doc/kvazaar/LICENSE*
	dh_installdocs
