#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

CLASSPATH := /usr/share/java/clojure.jar

%:
	dh $@ --buildsystem=leiningen --without=single-binary

execute_after_dh_auto_build:
	jh_manifest --classpath="$(CLASSPATH)" target/medley-$(DEB_VERSION_UPSTREAM).jar
