[SCM] libdynapath-clojure packaging branch, master, updated. debian/0.2.1-1-1-g2d2e191
Daigo Moriwaki
daigo at debian.org
Wed Jan 23 04:44:18 UTC 2013
The following commit has been merged in the master branch:
commit 2d2e191de471c908357ffcbdbfa59cc905e78994
Author: Daigo Moriwaki <daigo at debian.org>
Date: Wed Jan 23 13:37:52 2013 +0900
Comment lines running tests due to dependency to midje.
diff --git a/debian/rules b/debian/rules
index 637cbc0..de8980b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,12 @@ PRODUCED_JAR=dynapath.jar
override_jh_build: $(MDWN_DOCS)
jar cf $(PRODUCED_JAR) -C src .
- mkdir -p $(CURDIR)/doc/html && mv $(CURDIR)/*.html $(CURDIR)/doc/html
+ mkdir -p $(CURDIR)/doc/html && mv $^ $(CURDIR)/doc/html
+
+#override_dh_auto_test:
+# dh_auto_test
+# (cd test && \
+# find . -name "*_test.clj" | xargs clojure -cp $(CURDIR)/$(PRODUCED_JAR))
override_jh_classpath:
jh_classpath $(PRODUCED_JAR)
--
libdynapath-clojure packaging
More information about the pkg-java-commits
mailing list