Control: reopen -1 On Fri, Nov 2, 2012 at 17:39:43 -0400, Michael Gilbert wrote:
> control: tag -1 patch
>
> Hi, I've uploaded an nmu fixing this issue to delayed/5. Please see
> attached patch.
>
> Best wishes,
> Mike
> diff -u javamorph-0.0.20100201/help/javamorph
> javamorph-0.0.20100201/help/javamorph
> --- javamorph-0.0.20100201/help/javamorph
> +++ javamorph-0.0.20100201/help/javamorph
> @@ -9,7 +9,7 @@
> # Pass DEBIAN specific help file locations to the JVM.
> OPTS="-DHELPDIR=${HELPDIR} -DHELPFILE=${HELPFILE}"
> # Location of the OPENJDK JVM.
> -J_OPEN="/usr/lib/jvm/java-6-openjdk/jre/bin/java"
> +J_OPEN="/usr/lib/jvm/java-6-openjdk-*/jre/bin/java"
> # Location of the GCJ JVM.
> J_GCJ="/usr/lib/jvm/java-gcj/jre/bin/java"
> # Choose the JVM if installed.
That seems awfully fragile.
It removes support for the previous path, as apparently used in squeeze.
It seems to break if there's more than one (or zero) paths matched by
the glob.
Cheers,
Julien
signature.asc
Description: Digital signature

