#!/usr/bin/make -f

# DH_VERBOSE := 1

%:
	dh $@ --with javahelper

override_dh_auto_build:
	ant jar
	ant javadoc

