#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1


%:
	dh $@ --with javahelper

override_dh_auto_clean:
	true

override_dh_clean:
	dh_clean
	rm -f debian/*.log *.jar

override_dh_auto_build:
	jh_build rdp-taxonomy-tree.jar src
