This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch master in repository libreoffice-dictionaries.
commit 6ee31ce3e4830d22f857f6133741fc3dd737bc3f Author: Gunnar Hjalmarsson <[email protected]> Date: Sat May 14 01:50:50 2016 +0200 Build mythes-sv Closes: #824234 --- debian/control | 11 +++++++++++ debian/helper.py | 1 - debian/mythes-sv.links | 2 ++ debian/rules | 1 + 4 files changed, 14 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c622a59..ed92e52 100644 --- a/debian/control +++ b/debian/control @@ -1218,6 +1218,17 @@ Description: Swedish dictionary for hunspell terminal interface using Curses library, an Ispell pipe interface and a LibreOffice UNO module. +Package: mythes-sv +Architecture: all +Depends: dictionaries-common, ${misc:Depends} +Suggests: libreoffice-writer +Provides: mythes-thesaurus, mythes-thesaurus-sv +Description: Swedish Thesaurus for LibreOffice + Libreoffice is a full-featured office productivity suite that provides a + near drop-in replacement for Microsoft(R) Office. + . + This package contains an Swedish thesaurus for LibreOffice. + Package: hunspell-sw Architecture: all Depends: dictionaries-common, ${misc:Depends}, ${hunspell:Depends} diff --git a/debian/helper.py b/debian/helper.py index 6be794f..459ea5d 100755 --- a/debian/helper.py +++ b/debian/helper.py @@ -53,7 +53,6 @@ blacklisted_packages = [ "mythes-de-ch", # openthesaurus "mythes-it", # mythes-it "mythes-pl", # openoffice.org-thesaurus-pl - "mythes-sv", # mythes-sv ] provides = { diff --git a/debian/mythes-sv.links b/debian/mythes-sv.links new file mode 100644 index 0000000..0eeb821 --- /dev/null +++ b/debian/mythes-sv.links @@ -0,0 +1,2 @@ +usr/share/mythes/th_sv_SE_v2.dat usr/share/mythes/th_sv_FI_v2.dat +usr/share/mythes/th_sv_SE_v2.idx usr/share/mythes/th_sv_FI_v2.idx diff --git a/debian/rules b/debian/rules index d78dfd5..d814650 100755 --- a/debian/rules +++ b/debian/rules @@ -47,6 +47,7 @@ override_dh_install: $(call rename_mythes_files, es, th_es_ANY_v2, th_es_ES_v2 ) $(call rename_mythes_files, gl, thesaurus_gl, th_gl_ES_v2 ) $(call rename_mythes_files, is, th_is, th_is_IS_v2 ) + $(call rename_mythes_files, sv, th_sv_SE, th_sv_SE_v2 ) $(call rename_mythes_files, uk, th_uk_UA, th_uk_UA_v2 ) override_dh_clean: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice-dictionaries.git

