Package: sc-im
Version: 0.8.2+ds-1
Severity: normal

Dear Maintainer,

sc-im ships a shell script called scopen, it looks like:
8<---snip
[[ $Ext == htm* ]] && exec w3m "$File"
[[ $Ext =~ (sc|tab|csv) ]] && exec sc-im "$File"
[[ $Ext == pdf ]] && exec_bg evince "$File"

exec_bg gvim "$File"
snap--->8

there's calls to w3m, evince and gvim, however the sc-im binary
does not depend on them.

One way to get this fixed is to not ship scopen, another to add the
packages as Depends in the binary package.

Thanks,

Reply via email to