[jabref] 78/459: * Exec the Java interpreter in /usr/bin/jabref; thanks to Tobias Richter (closes: #415019). * Adapt README.Debian to the new wrapper script.
gregor herrmann
gregoa at debian.org
Thu Sep 15 20:39:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository jabref.
commit 521d0eb7ffee8170b5064a6d7624c09edb2bc550
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Mar 16 01:46:07 2007 +0000
* Exec the Java interpreter in /usr/bin/jabref; thanks to Tobias Richter
(closes: #415019).
* Adapt README.Debian to the new wrapper script.
---
debian/README.Debian | 18 +++++++++++-------
debian/changelog | 8 +++++---
jabref | 2 +-
3 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/debian/README.Debian b/debian/README.Debian
index 50f6444..0bdd84a 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,14 +1,18 @@
-jabref for Debian
+JabRef for Debian
-----------------
-Please note that jabref needs Sun Java.
+Please note that JabRef needs Sun Java.
-If you get ugly errors at starting jabref you probably have another java
-runtime engine set as your default java virtual machine. This can easily be
-changed by
+Starting with version 2.2-01-4 /usr/bin/jabref should find and use your
+installed Sun Java virtual machine. If for some reasons the script fails
+it falls back to just calling `java'.
+
+In that case you might get ugly errors at starting JabRef if you have
+another Java runtime engine than the Sun JVM set as your default Java
+virtual machine. This can easily be changed by running
# update-alternatives --config java
-and explicitly choosing Sun Java there.
+as root and explicitly choosing Sun Java there.
- -- gregor herrmann <gregor+debian at comodo.priv.at>, Sat, 8 Jul 2006 12:49:30 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at> Fri, 16 Mar 2007 02:35:10 +0100
diff --git a/debian/changelog b/debian/changelog
index cfa230b..3758e00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-jabref (2.2-01-5) UNRELEASED; urgency=low
+jabref (2.2-01-5) unstable; urgency=low
- * NOT RELEASED YET
+ * Exec the Java interpreter in /usr/bin/jabref; thanks to Tobias Richter
+ (closes: #415019).
+ * Adapt README.Debian to the new wrapper script.
- -- gregor herrmann <gregor+debian at comodo.priv.at> Wed, 14 Mar 2007 01:26:32 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at> Fri, 16 Mar 2007 02:45:21 +0100
jabref (2.2-01-4) unstable; urgency=low
diff --git a/jabref b/jabref
index fd9ba89..f71d8ae 100644
--- a/jabref
+++ b/jabref
@@ -12,4 +12,4 @@ fi
export JAVA=${JAVA:=java}
-$JAVA -jar /usr/share/java/jabref.jar "$@"
+exec $JAVA -jar /usr/share/java/jabref.jar "$@"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git
More information about the pkg-java-commits
mailing list