#!/usr/bin/make -f

%:
	dh $@ --buildsystem=maven

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