Pierre Gruet pushed to branch master at Debian Med / libgoby-java
Commits: c3aaef99 by Pierre Gruet at 2021-12-23T12:39:22+01:00 Adding --no-parallel flag to dh_auto_test to avoid concurrent access to some files during the tests - - - - - a37a7c2b by Pierre Gruet at 2021-12-23T14:25:39+01:00 Upload to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libgoby-java (3.3.1+dfsg2-6) unstable; urgency=medium + + * Adding --no-parallel flag to dh_auto_test to avoid concurrent access to + some files during the tests (Closes: #1002155) + + -- Pierre Gruet <[email protected]> Thu, 23 Dec 2021 12:40:36 +0100 + libgoby-java (3.3.1+dfsg2-5) unstable; urgency=medium * Adding jaxb-api.jar in the manifest of goby-distribution.jar and putting ===================================== debian/rules ===================================== @@ -18,5 +18,5 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # Also indicating R_HOME, as found in http://rforge.net/JRI/. export LD_LIBRARY_PATH="$$LD_LIBRARY_PATH:/usr/lib/R/site-library/rJava/jri" && \ export R_HOME="/usr/lib/R" && \ - dh_auto_test + dh_auto_test --no-parallel endif View it on GitLab: https://salsa.debian.org/med-team/libgoby-java/-/compare/0e83da0e18fab74290dfcdb87c13be53a4ffada0...a37a7c2bc9b1154b62cb3cd5aa223b27d0250657 -- View it on GitLab: https://salsa.debian.org/med-team/libgoby-java/-/compare/0e83da0e18fab74290dfcdb87c13be53a4ffada0...a37a7c2bc9b1154b62cb3cd5aa223b27d0250657 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
