#!/usr/bin/make -f

%:
	dh $@

clean: clean-local
clean-local:
	rm -f JavaInfo.class
