#!/usr/bin/make -f

export DEB_ENABLE_TESTS = yes

# For the test suite
export LC_ALL=C.UTF-8

%:
	dh $@
