Package: openoffice.org-help-zh-cn Severity: minor After I have openoffice.org-help-zh-cn installed, when I try to find the help doc in OOo via the menu of Help->Contents, she always complains something like "file not found". Here is a solution: I found a directory of /usr/lib/openoffice/help/zh-cn, and I created a sym link to it, like: WSh:/usr/lib/openoffice/help# ln -s zh-cn zh-CN
And, now I can use the help docs using Help->Contents as it should. I think a patch for the rule file may solve this problem: ---debian/rules Fri Mar 1 11:05:44 2002 +++debian/rules Fri Mar 1 13:25:14 2004 -HELPLANG=$(shell echo "$(SOURCE_NAME)" | sed 's/^.*-help-//') +HELPLANG=$(shell echo "$(SOURCE_NAME)" | sed 's/^.*-help-//'| sed 's/-.*/\U&/') Thanks -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (700, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.5.kov Locale: LANG=C, LC_CTYPE=zh_CN.gbk -- Regards, Tchaikov 2004.06.02 Wed

