#!/usr/bin/make -f

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

override_dh_auto_build:
	dh_auto_build -- :reactor-core:install :reactor-net:install -Duser.home=.

override_dh_auto_clean:
	dh_auto_clean
	rm -Rf .m2

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