This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch master in repository libreoffice-dictionaries.
commit 9779fcacca97e2193d9af0390558ba680e557ac8 Author: Mattia Rizzolo <[email protected]> Date: Sat May 21 18:33:02 2016 +0000 Take over the myspell-ku binary Closes: #824400 --- debian/control | 14 +++++++++++++- debian/control.in | 12 ++++++++++++ debian/helper.py | 1 + 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 96dc2a4..34acc9b 100644 --- a/debian/control +++ b/debian/control @@ -62,6 +62,18 @@ Description: Italian dictionary for hunspell - dummy transitional package This package is here just to allow the transition to hunspell-it; it can be safely removed once installed. +Package: myspell-ku +Priority: extra +Section: oldlibs +Architecture: all +Depends: hunspell-kmr, ${misc:Depends} +Description: Kurmanji dictionary for hunspell - dummy transitional package + This is the Kurmanji dictionary for use with the hunspell + spellchecker. + . + This package is here just to allow the transition to hunspell-kmr; it can be + safely removed once installed. + Package: myspell-sw Priority: extra Section: oldlibs @@ -770,7 +782,7 @@ Package: hunspell-kmr Architecture: all Depends: dictionaries-common, ${misc:Depends}, ${hunspell:Depends} Suggests: hunspell, libreoffice-writer -Provides: hunspell-dictionary, hunspell-dictionary-kmr +Provides: hunspell-dictionary, hunspell-dictionary-kmr, hunspell-ku Description: Kurmanji dictionary for hunspell This is the Kurmanji dictionary for use with the hunspell spellchecker. diff --git a/debian/control.in b/debian/control.in index c6bf891..8ef67ab 100644 --- a/debian/control.in +++ b/debian/control.in @@ -60,6 +60,18 @@ Description: Italian dictionary for hunspell - dummy transitional package This package is here just to allow the transition to hunspell-it; it can be safely removed once installed. +Package: myspell-ku +Priority: extra +Section: oldlibs +Architecture: all +Depends: hunspell-kmr, ${misc:Depends} +Description: Kurmanji dictionary for hunspell - dummy transitional package + This is the Kurmanji dictionary for use with the hunspell + spellchecker. + . + This package is here just to allow the transition to hunspell-kmr; it can be + safely removed once installed. + Package: myspell-sw Priority: extra Section: oldlibs diff --git a/debian/helper.py b/debian/helper.py index 55afe3d..5d115f5 100755 --- a/debian/helper.py +++ b/debian/helper.py @@ -56,6 +56,7 @@ blacklisted_packages = [ provides = { "hyphen-en-gb": "hyphen-en-au, hyphen-en-za", + "hunspell-kmr": "hunspell-ku", } breaks_replaces = { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice-dictionaries.git

