#!/usr/bin/make -f

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

override_dh_auto_build:
	dh_auto_build -- jar jar.rtf jar.rups

override_dh_auto_clean:
	-rm -rf build lib

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