]> git.donarmstrong.com Git - deb_pkgs/scowl.git/commitdiff
Switch to sorting wordlists with -f in addition to -d (#1040126)
authorDon Armstrong <don@donarmstrong.com>
Thu, 26 Sep 2024 06:08:07 +0000 (23:08 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 26 Sep 2024 06:08:07 +0000 (23:08 -0700)
debian/changelog
debian/rules

index 6da3cfc033cb0dfaa2ef50f8e09849e4af16e5ab..cbc0faea4db6ca8b424650ed7774938cba7f6549 100644 (file)
@@ -2,8 +2,10 @@ scowl (2020.12.07-3) unstable; urgency=medium
 
   * 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
 
index a9e36b7d43b49bfbaff6a23873a8a30ce27d0c72..7f6ce0d4412c65982c738cca9bdaffb10d91a222 100755 (executable)
@@ -55,7 +55,7 @@ override_dh_auto_build:
                                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