Package: gjdoc
Version: 0.7.2-1
Severity: grave
Tags: patch
Justification: renders package unusable
Hi!
There is a typo in gjdoc.sh.in: The jars are installed to
/usr/share/java/, not /usr/share/java/ext/. Due to this gjdoc fails to
run reproducably.
The (trivial) patch is attached.
Regards, David
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=C, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
-------------------------------------------------------
--
- hallo... wie gehts heute?
- *hust* gut *rotz* *keuch*
- gott sei dank kommunizieren wir Ãber ein septisches medium ;)
-- Matthias Leeb, Uni f. angewandte Kunst, 2005-02-15
diff -ru gjdoc-0.7.2.unpatched/gjdoc.sh.in gjdoc-0.7.2/gjdoc.sh.in
--- gjdoc-0.7.2.unpatched/gjdoc.sh.in 2005-03-12 15:08:07.000000000 +0100
+++ gjdoc-0.7.2/gjdoc.sh.in 2005-03-12 15:08:26.000000000 +0100
@@ -26,7 +26,7 @@
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
-gjdocpath=${datadir}/java/ext/com-sun-javadoc-${version}.jar:${datadir}/java/ext/com-sun-tools-doclets-Taglet-${version}.jar:${datadir}/java/ext/gnu-classpath-tools-gjdoc-${version}.jar:${ANTLR_JAR}:${CLASSPATH}
+gjdocpath=${datadir}/java/com-sun-javadoc-${version}.jar:${datadir}/java/com-sun-tools-doclets-Taglet-${version}.jar:${datadir}/java/gnu-classpath-tools-gjdoc-${version}.jar:${ANTLR_JAR}:${CLASSPATH}
exec ${JAVA} -classpath ${gjdocpath} gnu.classpath.tools.gjdoc.Main ${1+"$@"}