[Git][java-team/jep][master] 3 commits: Adding test description.
Andrius Merkys
gitlab at salsa.debian.org
Mon Aug 12 10:14:39 BST 2019
Andrius Merkys pushed to branch master at Debian Java Maintainers / jep
Commits:
6022044f by Andrius Merkys at 2019-08-12T09:12:55Z
Adding test description.
- - - - -
5b61551c by Andrius Merkys at 2019-08-12T09:14:01Z
Honoring DEB_BUILD_OPTIONS=nocheck.
- - - - -
62c49799 by Andrius Merkys at 2019-08-12T09:14:26Z
Bumping Standards-Version (no changes).
- - - - -
3 changed files:
- debian/control
- debian/patches/runtests.patch
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -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
=====================================
@@ -1,3 +1,5 @@
+Description: Enabling build time tests.
+Author: Andrius Merkys <merkys at debian.org>
--- a/build.xml
+++ b/build.xml
@@ -232,7 +232,7 @@
=====================================
debian/rules
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/java-team/jep/compare/f8be71a9e0be37a7d02319fef2f02665fe6d3b17...62c49799f546f98d79ed218eb14a0b29392aae46
--
View it on GitLab: https://salsa.debian.org/java-team/jep/compare/f8be71a9e0be37a7d02319fef2f02665fe6d3b17...62c49799f546f98d79ed218eb14a0b29392aae46
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20190812/645a3377/attachment.html>
More information about the pkg-java-commits
mailing list