[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#446282: hppa wrapper needs update from gij-4.1 to gij-4.2



Package: gij-4.2
Version: 4.2.1-5
Severity: grave
Justification: renders package unusable

$ cat debian/gij-hppa
#! /bin/sh

prctl=

case "$(prctl --unaligned=)" in *signal)
    echo >&2 "$(basename $0): ignore unaligned memory accesses"
    prctl="prctl --unaligned=default"
esac

exec $prctl /usr/bin/gij-4.1.bin "$@"
#! /bin/sh

prctl=

case "$(prctl --unaligned=)" in *signal)
    echo >&2 "$(basename $0): ignore unaligned memory accesses"
    prctl="prctl --unaligned=default"
esac

exec $prctl /usr/bin/gij-4.1.bin "$@"
$

This needs s/4\.1/4.2/g, and the duplication should be fixed too, i guess.

Cheers,
Julien




Reply to: