This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit b9dbaeffe1e93251dbfd2082f4b7432ddddfd303 Author: gregor herrmann <[email protected]> Date: Tue Dec 1 17:26:38 2009 +0000 Add a presubj fragment for reportbug. --- debian/changelog | 1 + debian/jabref.install | 1 + debian/presubj | 13 +++++++++++++ 3 files changed, 15 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2291972..487661b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ jabref (2.6~beta2-1) UNRELEASED; urgency=low * Refresh patch 01_free_javac.patch. * Adjust debian/jabref.links and debian/jabref.install to new jar file. * Simplify debian/jabref.dirs. + * Add a presubj fragment for reportbug. -- gregor herrmann <[email protected]> Tue, 01 Dec 2009 17:46:36 +0100 diff --git a/debian/jabref.install b/debian/jabref.install index a501ad0..c928a87 100644 --- a/debian/jabref.install +++ b/debian/jabref.install @@ -1,3 +1,4 @@ build/lib/JabRef-2.6b2.jar usr/share/java build/*.xpm usr/share/pixmaps debian/jabref.desktop usr/share/applications +debian/presubj usr/share/bug/jabref diff --git a/debian/presubj b/debian/presubj new file mode 100644 index 0000000..05462b8 --- /dev/null +++ b/debian/presubj @@ -0,0 +1,13 @@ +Quite some bugs reported against JabRef are actually problems with the used +Java Virtual machine. + +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 paramter in the bug report, e.g.: + +$ DEBUG_WRAPPER=1 JAVA_HOME=/usr/lib/jvm/java-6-openjdk/ jabref +$ DEBUG_WRAPPER=1 JAVA_HOME=/usr/lib/jvm/java-6-sun jabref + +Please also go through the bug reports against the JVM you're using at +http://bugs.debian.org/ and check if similar problems are already reported +there. -- 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

