This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch dev in repository jabref.
commit 349f1f55746f956cd7a8eccbaca6767caf122b71 Author: tony mancill <[email protected]> Date: Sun Dec 25 22:40:17 2016 -0800 update wording in bug report instructions --- debian/jabref.bug-presubj | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/debian/jabref.bug-presubj b/debian/jabref.bug-presubj index c808205..190cf0b 100644 --- a/debian/jabref.bug-presubj +++ b/debian/jabref.bug-presubj @@ -1,11 +1,16 @@ -Quite some bugs reported against JabRef are actually problems with the used -Java Virtual machine. +Some bugs reported against JabRef are actually problems with the +Java Virtual machine running it. -Before filing a bug against JabRef, please make sure to test with all -installed JVMs, and provide the output of the jabref wrapper called with the -debug parameter in the bug report, e.g.: +When filing a bug against JabRef, provide the output of the jabref +wrapper called with the debug parameter in the bug report, e.g.: - $ DEBUG_WRAPPER=1 JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/ jabref + DEBUG_WRAPPER=1 jabref --debug + +If you use a JVM other than the default, please make sure to test with +the default, OpenJDK. The wrapper script will use JAVA_HOME to override +the JVM selected via the alternatives system. For example: + + DEBUG_WRAPPER=1 JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/ jabref --debug Please also include the output of $ dpkg -l "openjdk*" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

