The following commit has been merged in the master branch:
commit 2d2e191de471c908357ffcbdbfa59cc905e78994
Author: Daigo Moriwaki <[email protected]>
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

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to