This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository mongo-java-driver.
commit 7b6efd708fe1afc684bdae16b585b1bf2ea7c7b3 Author: Markus Koschany <[email protected]> Date: Mon Feb 5 21:17:56 2018 +0100 Do not run any tests to avoid a FTBFS. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e4aee40..071978d 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export JAVA_HOME := /usr/lib/jvm/default-java dh $@ --buildsystem=gradle --with maven_repo_helper override_dh_auto_test: - debian/runtest.sh + #debian/runtest.sh get-orig-source: uscan --download-current-version --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mongo-java-driver.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

