This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository undertow.
commit 213bf7cbcd59a4b8e3b25d504f540508a3b069b5 Author: Markus Koschany <[email protected]> Date: Thu Dec 24 19:53:23 2015 +0100 debian/rules: Do not execute dh_auto_test to prevent a FTBFS due to a bug in maven-compiler-plugin 3.2. Closes: #808691 --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index ef27c18..b5c8256 100755 --- a/debian/rules +++ b/debian/rules @@ -4,5 +4,9 @@ export JAVA_HOME=/usr/lib/jvm/default-java %: dh $@ --parallel --buildsystem=maven +override_dh_auto_test: + # Do nothing here to prevent a FTBFS due to a bug in maven-compiler-plugin + # 3.2. See also https://bugs.debian.org/808691 + get-orig-source: uscan --verbose --repack --compression xz --download-current-version --force-download -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/undertow.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

