From 456757e5be5ba2aadd7e90601d548ce52ff34cde Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 29 Mar 2020 16:10:02 -0700 Subject: [PATCH] use size 70 wordlists for hunspell instead of just 60 --- debian/changelog | 1 + debian/patches/hunspell_size_70 | 11 +++++++++++ debian/patches/series | 1 + 3 files changed, 13 insertions(+) create mode 100644 debian/patches/hunspell_size_70 diff --git a/debian/changelog b/debian/changelog index 840a6fc..ed138cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ scowl (2019.10.06-1) unstable; urgency=medium * New upstream release (Closes: #952736) * Deprecate reprized for reprised (Closes: #952653) + * Use up to 70 wordlists for hunspell (Closes: #933544) -- Don Armstrong Sat, 29 Feb 2020 20:07:46 -0800 diff --git a/debian/patches/hunspell_size_70 b/debian/patches/hunspell_size_70 new file mode 100644 index 0000000..1cf9c7e --- /dev/null +++ b/debian/patches/hunspell_size_70 @@ -0,0 +1,11 @@ +--- a/speller/make-hunspell-dict ++++ b/speller/make-hunspell-dict +@@ -13,7 +13,7 @@ + export LC_CTYPE=C + export LC_COLLATE=C + +-SIZE=60 ++SIZE=70 + + mk-list() { $SCOWL/mk-list -d $SCOWL/final "$@"; } + diff --git a/debian/patches/series b/debian/patches/series index f752ca8..8f91188 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ no-zips.diff move_sangs_to_insane deaccent_char_is_unsigned deprecate_reprized +hunspell_size_70 -- 2.39.2