#!/usr/bin/make -f

%:
	dh $@ --with javahelper

override_jh_build:
	jh_build --javacopts='-target 1.4' --javacopts='-source 1.4'
