#!/usr/bin/make -f

%:
	dh $@ --buildsystem=gradle --with maven-repo-helper --with javahelper

override_dh_auto_build:
	dh_auto_build -- jar javadoc -PantCommand=/usr/bin/ant

get-orig-source:
	uscan --download-current-version --rename --repack --compression xz
