#!/usr/bin/make -f

-include /usr/share/openstack-pkg-tools/pkgos.make

#export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure -- -DOEM_THEME_DIR=$(CURDIR)/infomaniak
