#!/usr/bin/make -f


export DH_CLOJURE_MANIFEST_CLASSPATH = /usr/share/java/clojure.jar

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