Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Adding test description.
· 6022044f
Andrius Merkys
authored
Aug 12, 2019
6022044f
Honoring DEB_BUILD_OPTIONS=nocheck.
· 5b61551c
Andrius Merkys
authored
Aug 12, 2019
5b61551c
Bumping Standards-Version (no changes).
· 62c49799
Andrius Merkys
authored
Aug 12, 2019
62c49799
Show whitespace changes
Inline
Side-by-side
debian/control
View file @
62c49799
...
...
@@ -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
...
...
debian/patches/runtests.patch
View file @
62c49799
Description: Enabling build time tests.
Author: Andrius Merkys <merkys@debian.org>
--- a/build.xml
+++ b/build.xml
@@ -232,7 +232,7 @@
...
...
debian/rules
View file @
62c49799
...
...
@@ -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
...
...