#!/usr/bin/make -f
# -*- makefile -*-

# This has to be exported to make some magic below work.
export DH_OPTIONS


%:
	dh $@ --buildsystem=maven --with javahelper
