#!/usr/bin/make -f

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

override_dh_auto_test:
	# tests skipped, compilation fails
	# see https://github.com/rhuss/jolokia/issues/510
