[libreoffice-dictionaries] 14/16: d/rules: temporary ugliness to fix permissions of some hunspell files

Mattia Rizzolo mattia at debian.org
Sun Oct 15 18:16:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository libreoffice-dictionaries.

commit d11a9fa3735f89a9cdf74081dc5e3079633444bf
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sun Oct 15 20:05:30 2017 +0200

    d/rules: temporary ugliness to fix permissions of some hunspell files
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index e8fe023..04550ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,6 +55,11 @@ override_dh_install:
 	$(call rename_mythes_files,    sv,  th_sv_SE,      th_sv_SE_v2 )
 	$(call rename_mythes_files,    uk,  th_uk_UA,      th_uk_UA_v2 )
 
+	# ugly, luckily temporary.
+	set -e && for l in au ca gb ; do \
+		chmod -x debian/hunspell-en-$$l/usr/share/hunspell/* ; \
+	done
+
 override_dh_clean:
 	find dictionaries/ -type f -name '*.idx' -delete
 	rm -rf dictionaries/cs_CZ/thes_cs_CZ.dat

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice-dictionaries.git



More information about the Pkg-openoffice-commits mailing list