#!/usr/bin/make -f

export JAVA_HOME := /usr/lib/jvm/default-java

%:
	dh $@ --with javahelper --with jh_maven_repo_helper

override_dh_auto_clean:
	dh_auto_clean
	ant total-clean
	rm -f doc/tutorial/task1.zip

override_dh_auto_build:
	ant -propertyfile debian/ant.properties dist

get-orig-source:
	sh -e debian/orig-tar.sh
