Skip to content
Commits on Source (3)
......@@ -11,7 +11,7 @@ Build-Depends:
javahelper (>= 0.72.9),
junit,
libjama-java,
Standards-Version: 4.1.2
Standards-Version: 4.4.0
Homepage: http://www.singularsys.com/jep/
Vcs-Git: https://salsa.debian.org/java-team/jep.git
Vcs-Browser: https://salsa.debian.org/java-team/jep
......
Description: Enabling build time tests.
Author: Andrius Merkys <merkys@debian.org>
--- a/build.xml
+++ b/build.xml
@@ -232,7 +232,7 @@
......
......@@ -17,8 +17,10 @@ JQUERY_DIR = $(CURDIR)/debian/libjep-java-doc/usr/share/doc/libjep-java-doc/api/
override_dh_auto_build:
dh_auto_build -- jar javadoc
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
ant -Duser.name debian runtests
endif
override_jh_installlibs:
jh_installlibs dist/jep-$(UPSTREAM_VER).jar
......