From: Don Armstrong Date: Sat, 15 Mar 2025 03:13:12 +0000 (-0700) Subject: Switch to convert-bdic and install bdic to usr/share/hunspell-bdic X-Git-Tag: debian/2020.12.07-4^0 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=HEAD;p=deb_pkgs%2Fscowl.git Switch to convert-bdic and install bdic to usr/share/hunspell-bdic Also remove compatibility symlinks --- diff --git a/debian/changelog b/debian/changelog index cbc0fae..bcb93f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +scowl (2020.12.07-4) unstable; urgency=medium + + * Switch to convert-bdic and install bdic to usr/share/hunspell-bdic; + remove compatibility symlinks (Closes: #1086609) + + -- Don Armstrong Fri, 14 Mar 2025 20:13:01 -0700 + scowl (2020.12.07-3) unstable; urgency=medium * Include hunspell .bdic files (for qtwebengine and others). (Closes: diff --git a/debian/hunspell-en-au.install b/debian/hunspell-en-au.install index 00d9a6a..25a1f94 100644 --- a/debian/hunspell-en-au.install +++ b/debian/hunspell-en-au.install @@ -1,4 +1,3 @@ ./speller/en_AU.aff usr/share/hunspell ./speller/en_AU.dic usr/share/hunspell -./speller/en_AU.bdic usr/share/hunspell - +./speller/en_AU.bdic usr/share/hunspell-bdic diff --git a/debian/hunspell-en-au.links b/debian/hunspell-en-au.links deleted file mode 100644 index 80f3a6e..0000000 --- a/debian/hunspell-en-au.links +++ /dev/null @@ -1,2 +0,0 @@ -usr/share/hunspell/en_AU.bdic usr/share/qt5/qtwebengine_dictionaries/en_AU.bdic -usr/share/hunspell/en_AU.bdic usr/share/qt6/qtwebengine_dictionaries/en_AU.bdic diff --git a/debian/hunspell-en-ca.install b/debian/hunspell-en-ca.install index f645db0..b5cdd54 100644 --- a/debian/hunspell-en-ca.install +++ b/debian/hunspell-en-ca.install @@ -1,4 +1,3 @@ ./speller/en_CA.aff usr/share/hunspell ./speller/en_CA.dic usr/share/hunspell -./speller/en_CA.bdic usr/share/hunspell - +./speller/en_CA.bdic usr/share/hunspell-bdic diff --git a/debian/hunspell-en-ca.links b/debian/hunspell-en-ca.links deleted file mode 100644 index be369a0..0000000 --- a/debian/hunspell-en-ca.links +++ /dev/null @@ -1,2 +0,0 @@ -usr/share/hunspell/en_CA.bdic usr/share/qt5/qtwebengine_dictionaries/en_CA.bdic -usr/share/hunspell/en_CA.bdic usr/share/qt6/qtwebengine_dictionaries/en_CA.bdic diff --git a/debian/hunspell-en-us.install b/debian/hunspell-en-us.install index b0b0a2c..98d044a 100644 --- a/debian/hunspell-en-us.install +++ b/debian/hunspell-en-us.install @@ -1,4 +1,3 @@ ./speller/en_US.aff usr/share/hunspell ./speller/en_US.dic usr/share/hunspell -./speller/en_US.bdic usr/share/hunspell - +./speller/en_US.bdic usr/share/hunspell-bdic diff --git a/debian/hunspell-en-us.links b/debian/hunspell-en-us.links deleted file mode 100644 index 68e537e..0000000 --- a/debian/hunspell-en-us.links +++ /dev/null @@ -1,2 +0,0 @@ -usr/share/hunspell/en_US.bdic usr/share/qt5/qtwebengine_dictionaries/en_US.bdic -usr/share/hunspell/en_US.bdic usr/share/qt6/qtwebengine_dictionaries/en_US.bdic