#!/usr/bin/make -f

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

CLASSPATH := /usr/share/java/clojure.jar
export DEB_VERSION_UPSTREAM := $(DEB_VERSION_UPSTREAM)

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

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