#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	JAVA_HOME=/usr/lib/jvm/default-java ant jar

get-orig-source:
	uscan --force-download
