/[pkg-java]/trunk/freemind/debian/patches/03_freemind_sh.patch
ViewVC logotype

Contents of /trunk/freemind/debian/patches/03_freemind_sh.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12368 - (show annotations) (download)
Sat May 8 19:20:44 2010 UTC (3 years ago) by ewl-guest
File size: 1248 byte(s)
* New upstream version.
* Recommend and use (if present) java-wrappers + remove java2-runtime
and Java5 dependencies (Closes: #573875).
* Use directly uscan to download and repackage upstream sources.
* Bump policy version from 3.8.3 to 3.8.4 (no changes)
* Switch to source format 3.0 (thanks to Torsten Werner).
And, sorry Torsten, but roll-back of JiBx 1.2 changes to keep compatibility with Ubuntu.
1 From: Eric Lavarde <deb@zorglub.s.bawue.de>
2 Date: Sat, 8 May 2010 16:56:58 +0200
3 Subject: [PATCH] fix shell wrapper
4
5 ---
6 freemind/freemind.sh | 13 ++++++++-----
7 1 files changed, 8 insertions(+), 5 deletions(-)
8
9 diff --git a/freemind/freemind.sh b/freemind/freemind.sh
10 index 5cd29ee..0bb2dc9 100644
11 --- a/freemind/freemind.sh
12 +++ b/freemind/freemind.sh
13 @@ -94,7 +94,8 @@ findjava() {
14 return 0
15 else
16 _error "Couldn't find a java virtual machine," \
17 - "define JAVACMD, JAVA_BINDIR, JAVA_HOME or PATH."
18 + "define JAVACMD, JAVA_BINDIR, JAVA_HOME or PATH." \
19 + "See the manpage of freemind(1) for details."
20 return 1
21 fi
22 }
23 @@ -196,11 +197,13 @@ fi
24 # you want to add a new Look&Feel jar (the motif one is so ugly...).
25 #
26 CLASSPATH="${ADD_JARS}:${CLASSPATH}:${freedir}/lib/freemind.jar:\
27 -${freedir}/lib/jibx/jibx-run.jar:\
28 -${freedir}/lib/jibx/xpp3.jar:\
29 +/usr/share/java/SimplyHTML.jar:\
30 +/usr/share/java/gnu-regexp.jar:\
31 +/usr/share/java/jibx-run-1.1.6a.jar:\
32 +/usr/share/java/xpp3.jar:\
33 ${freedir}/lib/bindings.jar:\
34 -${freedir}/lib/commons-lang-2.0.jar:\
35 -${freedir}/lib/forms-1.0.5.jar:\
36 +/usr/share/java/commons-lang.jar:\
37 +/usr/share/java/forms.jar:\
38 ${freedir}"
39 if [ "${JAVA_TYPE}" = "sun" ]
40 then
41 --

  ViewVC Help
Powered by ViewVC 1.1.5