This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjdk-8.
commit 0430daa4f0f27f979a0b872373419922785f55a0 Author: Emmanuel Bourg <[email protected]> Date: Mon Mar 31 01:46:31 2014 +0200 Disabled the PulseAudio driver (not available yet without Icedtea) --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index dfb3d46..ae88979 100755 --- a/debian/rules +++ b/debian/rules @@ -276,7 +276,7 @@ endif export OPT_CFLAGS/cppInterpreter_arm.o endif -with_pulse = yes +with_pulse = no with_bridge = atk with_tzdata = yes -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

