#!/usr/bin/make -f

%:
	dh $@ --with javahelper

override_dh_auto_clean:
	rm -rf _BUILD _DIST
