#!/usr/bin/make -f

ifeq (,$(filter terse,${DEB_BUILD_OPTIONS}))
export DH_VERBOSE=1
export V=1
export VERBOSE=1
endif

LC_ALL:=C
export LC_ALL
TZ:=UTC
export TZ

export DEB_BUILD_MAINT_OPTIONS := hardening=+all
export DEB_CXXFLAGS_MAINT_APPEND := -Wno-deprecated-declarations

%:
	dh $@ --buildsystem=cmake
