]> git.donarmstrong.com Git - deb_pkgs/scowl.git/commitdiff
use size 70 wordlists for hunspell instead of just 60
authorDon Armstrong <don@donarmstrong.com>
Sun, 29 Mar 2020 23:10:02 +0000 (16:10 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 29 Mar 2020 23:10:02 +0000 (16:10 -0700)
debian/changelog
debian/patches/hunspell_size_70 [new file with mode: 0644]
debian/patches/series

index 840a6fc8b79d40ab699d752a0f3d12b5416f842c..ed138cc0fb7d1c09cf46d3a9f26608a82f09ca64 100644 (file)
@@ -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 <don@debian.org>  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 (file)
index 0000000..1cf9c7e
--- /dev/null
@@ -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 "$@"; }
index f752ca8be341cd2799931e7158a3ae91e6a2fee4..8f9118883eeeea54f74bff4afb092c750764044a 100644 (file)
@@ -3,3 +3,4 @@ no-zips.diff
 move_sangs_to_insane
 deaccent_char_is_unsigned
 deprecate_reprized
+hunspell_size_70