#!/usr/bin/make -f

%:
	dh $@

ENABLE_TESTS := $(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),0,1)

override_dh_auto_configure:
	dh_auto_configure -- -DTEST=$(ENABLE_TESTS)
