#!/usr/bin/make -f

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

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

