#!/usr/bin/make -f

%:
	dh $@ --with maven-repo-helper,linktree

override_dh_auto_build:
	dh_auto_build -- jar javadoc


override_dh_auto_install:
	dh_auto_install
