<!-- -*-markdown-*- -->

dh-clojure support
------------------

Leinigen has been adjusted to support dh-clojure-lein, which is part
of [dh-clojure](https://salsa.debian.org/clojure-team/dh-clojure).

When `DEB_DH_CLJ_LEIN_BUILD=true` in the environment and
/usr/share/maven-repo/org/debian/dh-clojure-lein/debian/dh-clojure-lein-debian.jar
exists, that jar will be added to the classpath.  Then if
`debian.dh-clojure-lein.inject/adjust-project` is defined it will be
invoked during builds both before plugins, and after any middleware,
See dh-clojure-lein(7) in the dh-clojure package for additional
information.

If `DEB_DH_CLJ_LEIN_OVERRIDE_JAR` is also defined, add its value to
the classpath instead.  This is used in dh-clojure to support
dh-clojure-lein tests during development.
