#!/usr/bin/make -f

export JAVA_HOME=/usr/lib/jvm/default-java

%:
	dh $@ --without=single-binary

execute_before_dh_auto_test:
	# needed to avoid errors in PropertyConfiguratorTest
	mkdir -p target/test-output
