Package: leiningen-clojure / 2.11.2-1

Metadata

Package Version Patches format
leiningen-clojure 2.11.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Build in offline mode with local repo.patch | (download)

project.clj | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 build in offline mode with local repo


0002 Update LEIN_JAR location to match installed jar.patch | (download)

bin/lein-pkg | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 update lein_jar location to match installed jar


0003 Build leiningen core offline.patch | (download)

leiningen-core/project.clj | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 build leiningen-core offline


0004 Use debian versions.patch | (download)

leiningen-core/project.clj | 25 15 + 10 - 0 !
project.clj | 20 10 + 10 - 0 !
resources/leiningen/bootclasspath-deps.clj | 126 63 + 63 - 0 !
3 files changed, 88 insertions(+), 83 deletions(-)

 use debian versions.

===================================================================

0005 Ensure active profiles respects unmerging.patch | (download)

leiningen-core/src/leiningen/core/project.clj | 6 3 + 3 - 0 !
leiningen-core/test/leiningen/core/test/project.clj | 5 4 + 1 - 0 !
2 files changed, 7 insertions(+), 4 deletions(-)

 [patch] ensure :active-profiles respects unmerging,
 say via lein pom/java

0006 Disable pedantic abort.patch | (download)

project.clj | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable pedantic abort option in project.clj

0007 Invoke dh clojure adjust project when requested.patch | (download)

bin/lein | 5 5 + 0 - 0 !
bin/lein-pkg | 5 5 + 0 - 0 !
leiningen-core/src/leiningen/core/project.clj | 24 21 + 3 - 0 !
3 files changed, 31 insertions(+), 3 deletions(-)

 invoke dh-clojure adjust-project when requested

When DEB_DH_CLJ_LEIN_BUILD=true in the environment add
/usr/share/maven-repo/org/debian/dh-clojure-lein/debian/dh-clojure-lein-debian.jar
to the classpath unless DEB_DH_CLJ_LEIN_OVERRIDE_JAR is also defined,
in which case, add its value to the classpath instead.  The override
makes it possible for dh-clojure-lein to test itself during its build.

When working with a project, look for
debian.dh-clojure-lein.inject/adjust-project (defined by the
dh-clojure jar).  If found (usually because dh-clojure is installed),
invoke that function both before plugins, and after any middleware, as
part of dh-clojure's Leiningen support.  See dh-clojure-lein(7) in the
dh-clojure package for additional information.