Codebase list clojure / fac3d55
Added the spec.alpha and core.specs.alpha dependencies to the build classpath Emmanuel Bourg 6 years ago
4 changed file(s) with 10 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 maven-classpath.properties
77 debhelper (>= 11),
88 default-jdk,
99 javahelper,
10 libcore-specs-alpha-clojure,
11 libspec-alpha-clojure,
1012 maven-repo-helper,
1113 rename
1214 Standards-Version: 4.1.3
0 maven.compile.classpath=/usr/share/maven-repo/org/clojure/spec.alpha/debian/spec.alpha-debian.jar:\
1 /usr/share/maven-repo/org/clojure/core.specs.alpha/debian/core.specs.alpha-debian.jar
66 %:
77 dh $@ --with maven-repo-helper
88
9 override_dh_auto_configure:
10 dh_auto_configure
11 cp debian/maven-classpath.properties .
12
913 override_dh_auto_build:
1014 dh_auto_build -- jar
1115
1216 override_dh_install:
13 $(JAVA_HOME)/bin/java -cp clojure.jar clojure.main debian/gencompletions.clj > debian/clojure/etc/rlwrap/clojure$(VER)
17 $(JAVA_HOME)/bin/java -cp clojure.jar:/usr/share/maven-repo/org/clojure/spec.alpha/debian/spec.alpha-debian.jar:/usr/share/maven-repo/org/clojure/core.specs.alpha/debian/core.specs.alpha-debian.jar clojure.main debian/gencompletions.clj > debian/clojure/etc/rlwrap/clojure$(VER)
1418
1519 dh_install
1620