[pkg-java] r13305 - in trunk/freemind/debian: . patches
Eric Lavarde
ewl-guest at alioth.debian.org
Sun Feb 13 15:11:37 UTC 2011
Author: ewl-guest
Date: 2011-02-13 15:11:30 +0000 (Sun, 13 Feb 2011)
New Revision: 13305
Modified:
trunk/freemind/debian/changelog
trunk/freemind/debian/patches/05_freemind_sh_wrapper.patch
Log:
Explicitly require java-wrappers to provide java6 environment.
Modified: trunk/freemind/debian/changelog
===================================================================
--- trunk/freemind/debian/changelog 2011-02-13 01:07:34 UTC (rev 13304)
+++ trunk/freemind/debian/changelog 2011-02-13 15:11:30 UTC (rev 13305)
@@ -1,3 +1,9 @@
+freemind (0.9.0~rc7+dfsg-2) UNRELEASED; urgency=low
+
+ * Explicitly ask java-wrappers for java6 environment.
+
+ -- Eric Lavarde <deb at zorglub.s.bawue.de> Sat, 08 May 2010 21:33:04 +0200
+
freemind (0.9.0~rc7+dfsg-1) unstable; urgency=low
* New upstream version.
Modified: trunk/freemind/debian/patches/05_freemind_sh_wrapper.patch
===================================================================
--- trunk/freemind/debian/patches/05_freemind_sh_wrapper.patch 2011-02-13 01:07:34 UTC (rev 13304)
+++ trunk/freemind/debian/patches/05_freemind_sh_wrapper.patch 2011-02-13 15:11:30 UTC (rev 13305)
@@ -78,7 +78,7 @@
+if [ -r /usr/lib/java-wrappers/java-wrappers.sh ]
+then # the Debian method
+ . /usr/lib/java-wrappers/java-wrappers.sh
-+ require_java_runtime openjdk sun
++ require_java_runtime java6
+else
+ findjava
+ if [ $? -ne 0 ]
More information about the pkg-java-commits
mailing list