#!/usr/bin/make -f
# -*- makefile -*-

export DPKG_GENSYMBOLS_CHECK_LEVEL=4

include /usr/share/dpkg/default.mk

# The home directory of user buildd does not exist on the builders
export XDG_DATA_HOME=/tmp

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DENABLE_WERROR=ON		\
                             $(NULL)

override_dh_missing:
	dh_missing --fail-missing
