#!/usr/bin/make -f
export JAVA_HOME=/usr/lib/jvm/default-java
export JAVA_TOOL_OPTIONS=-Dfile.encoding=iso-8859-1

%:
	dh $@ --parallel --with javahelper,maven_repo_helper

override_dh_auto_build:
	jh_build objenesis.jar org

get-orig-source:
	uscan --force-download --download-current-version --verbose
