#!/usr/bin/make -f

%:
	dh $@ --parallel --buildsystem=maven

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