From: Don Armstrong Date: Tue, 24 Apr 2018 23:54:13 +0000 (-0700) Subject: call install-myspell to register hunspell dictionaries (#696777) X-Git-Tag: debian/2018.04.16-1~2 X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fscowl.git;a=commitdiff_plain;h=352a65844820c89f186708d7a2bcf9cced02dc49 call install-myspell to register hunspell dictionaries (#696777) --- diff --git a/debian/changelog b/debian/changelog index 2801dbd..5e5f4a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ scowl (2018.04.16-1) unstable; urgency=medium * Fix failure to build reproducibly with new debhelper versions due to wrong install: and build: targets in Makefile. (Closes: #890618) Thanks to Chris Lamb. + * Call install-myspell to register the hunspell dictionaries (Closes: + #696777) -- Don Armstrong Tue, 24 Apr 2018 16:08:24 -0700 diff --git a/debian/hunspell-en-au.info-hunspell b/debian/hunspell-en-au.info-hunspell new file mode 100644 index 0000000..f5243f5 --- /dev/null +++ b/debian/hunspell-en-au.info-hunspell @@ -0,0 +1,4 @@ +Language: English (Australian) +Hash-Name: en_AU +Emacsen-Name: english_australian +Coding-System: UTF-8 diff --git a/debian/hunspell-en-ca.info-hunspell b/debian/hunspell-en-ca.info-hunspell new file mode 100644 index 0000000..bed3431 --- /dev/null +++ b/debian/hunspell-en-ca.info-hunspell @@ -0,0 +1,4 @@ +Language: English (Canadian) +Hash-Name: en_CA +Emacsen-Name: english_canadian +Coding-System: UTF-8 diff --git a/debian/hunspell-en-us.info-hunspell b/debian/hunspell-en-us.info-hunspell new file mode 100644 index 0000000..96ed446 --- /dev/null +++ b/debian/hunspell-en-us.info-hunspell @@ -0,0 +1,4 @@ +Language: English (American) +Hash-Name: en_US +Emacsen-Name: english_american +Coding-System: UTF-8 diff --git a/debian/rules b/debian/rules index 70f1bca..3e0aa21 100755 --- a/debian/rules +++ b/debian/rules @@ -114,6 +114,7 @@ INSTALL_WORDLISTS=$(patsubst %-"",%,$(foreach spelling,$(SPELLINGS),$(foreach si override_dh_auto_install: install-scowl install-hunspell $(INSTALL_WORDLISTS) installdeb-wordlist -pwamerican --noscripts installdeb-wordlist --no-package=wamerican --no-package=scowl --no-package=hunspell-en-us --no-package=hunspell-en-au --no-package=hunspell-en-ca + installdeb-hunspell -phunspell-en-ca -phunspell-en-au -phunspell-en-us install-scowl: dh_installdirs --package=scowl