Package: hunspell-fr Version: 1:2.4.0-2 Severity: grave Tags: patch Justification: renders package unusable for some users
Hello, The hunspell-fr package as it is only works for the fr_FR locale. This means that French speakers in other locales (fr_BE, fr_CA, fr_CH and fr_LU) cannot use the spellchecker at all in applications like OpenOffice.org, Pidgin or Tomboy. (All words are underlined in red.) I have attached a trivial patch which solves all of these issues and I would like to request a freeze exception with the release team once this fix has made it to unstable. If I can be of any assistance (for example if you prefer that I do an NMU), please let me know. Thanks! Francois P.S. This problem was also discussed in these Ubuntu bug reports: https://bugs.launchpad.net/ubuntu/+source/openoffice.org-dictionaries/+bug/139570 https://bugs.launchpad.net/ubuntu/+source/openoffice.org-dictionaries/+bug/278943 -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores) Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages hunspell-fr depends on: ii dictionaries-common [openoffi 0.98.12 Common utilities for spelling dict hunspell-fr recommends no packages. Versions of packages hunspell-fr suggests: pn hunspell <none> (no description available) ii openoffice.org-core [openoffi 1:2.4.1-11 OpenOffice.org office suite archit -- no debconf information
diff -u openoffice.org-dictionaries-2.4.0~m240/debian/hunspell-fr.dictlistinfo openoffice.org-dictionaries-2.4.0~m240/debian/hunspell-fr.dictlistinfo --- openoffice.org-dictionaries-2.4.0~m240/debian/hunspell-fr.dictlistinfo +++ openoffice.org-dictionaries-2.4.0~m240/debian/hunspell-fr.dictlistinfo @@ -1,0 +2,4 @@ +DICT fr BE fr_FR +DICT fr CA fr_FR +DICT fr CH fr_FR +DICT fr LU fr_FR --- openoffice.org-dictionaries-2.4.0~m240.orig/debian/hunspell-fr.links +++ openoffice.org-dictionaries-2.4.0~m240/debian/hunspell-fr.links @@ -0,0 +1,8 @@ +/usr/share/myspell/dicts/fr_FR.aff /usr/share/myspell/dicts/fr_BE.aff +/usr/share/myspell/dicts/fr_FR.dic /usr/share/myspell/dicts/fr_BE.dic +/usr/share/myspell/dicts/fr_FR.aff /usr/share/myspell/dicts/fr_CA.aff +/usr/share/myspell/dicts/fr_FR.dic /usr/share/myspell/dicts/fr_CA.dic +/usr/share/myspell/dicts/fr_FR.aff /usr/share/myspell/dicts/fr_CH.aff +/usr/share/myspell/dicts/fr_FR.dic /usr/share/myspell/dicts/fr_CH.dic +/usr/share/myspell/dicts/fr_FR.aff /usr/share/myspell/dicts/fr_LU.aff +/usr/share/myspell/dicts/fr_FR.dic /usr/share/myspell/dicts/fr_LU.dic