Package: wordnet Version: 2.0g-12 Severity: normal Tags: patch When wnb is started from a command line and the searching term containing any space then it is truncated at the first space symbol, because of a mistake in the wrapper, which uses $@ instead of "$@".
=== begin patch === --- /usr/bin/wnb.orig 2004-04-05 11:01:09.000000000 +0400 +++ /usr/bin/wnb 2006-03-11 23:37:36.337842880 +0300 @@ -34,5 +34,5 @@ export LC_IDENTIFICATION="POSIX" export LC_ALL="" -/usr/share/wordnet/wnres/wnb $@ +/usr/share/wordnet/wnres/wnb "$@" ==== end patch ==== -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.11.6 Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Versions of packages wordnet depends on: ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libgcc1 1:3.4.3-13 GCC support library ii libstdc++5 1:3.3.5-13 The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-14sarge1 X Window System protocol client li ii tcl8.4 8.4.9-1 Tcl (the Tool Command Language) v8 ii tk8.4 8.4.9-1 Tk toolkit for Tcl and X11, v8.4 - ii wordnet-base 2.0g-12 electronic lexical database of Eng ii xlibs 4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

