Package: javahelper
Version: 0.32
Severity: normal
jh_depends doesn't consider -j|--jvm option.
Should it override any found jvms? If it should, attached patch.
--- jh_depends.orig 2011-01-07 01:57:45.000000000 +0100
+++ jh_depends 2011-01-07 01:58:12.000000000 +0100
@@ -194,7 +194,7 @@
DEBDEPS="jarwrapper (>=0.5) $DEBDEPS"
fi
JVMDEPS=
- if [ -n "`getarg j jvm`" ] && [ -z "$JVM" ]; then
+ if [ -n "`getarg j jvm`" ]; then
JVM="`getarg j jvm`"
fi
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please
use
[email protected] for discussions and questions.