#!/usr/bin/make -f

%:
	dh $@ --with maven_repo_helper --buildsystem=gradle

override_dh_auto_build:
	dh_auto_build -- jar createPom

get-orig-source:
	uscan --download-current-version --force-download --no-symlink
