#!/usr/bin/make -f

ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
export SKIP_TESTS = 1
endif

%:
	dh $@
