* Include hunspell .bdic files (for qtwebengine and others). (Closes:
#1017646) Thanks to Soren Stoutner.
+ * Wordlists are also sorted with -f in addition to -d, as that is now
+ the default for look (Closes: #1040126). Thanks to Peter Moulder.
- -- Don Armstrong <don@debian.org> Mon, 19 Sep 2022 16:19:57 -0700
+ -- Don Armstrong <don@debian.org> Wed, 25 Sep 2024 22:57:56 -0700
scowl (2020.12.07-2) unstable; urgency=medium
echo " $${word_list}" >> w$$SPELLING$$SIZE.scowl-word-lists-used;\
fi;\
done; \
- cat $$SPELLING-english$$SIZE.unsorted | LC_ALL=C sort -d | uniq | iconv -f 'iso8859-1' -t 'utf-8' > $$SPELLING-english$$SIZE; rm $$SPELLING-english$$SIZE.unsorted;\
+ cat $$SPELLING-english$$SIZE.unsorted | LC_ALL=C sort -d -f | uniq | iconv -f 'iso8859-1' -t 'utf-8' > $$SPELLING-english$$SIZE; rm $$SPELLING-english$$SIZE.unsorted;\
done;\
done
cd speller && $(MAKE) hunspell