Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
blacklist hunspell-nl, now supposed to be built by dutch
· 95160dd3
Rene Engelhard
authored
Jan 07, 2018
95160dd3
update changelog
· dbeb8fae
Rene Engelhard
authored
Jan 07, 2018
dbeb8fae
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
dbeb8fae
libreoffice-dictionaries (1:6.0.0~rc1-1) UNRELEASED; urgency=medium
* [baa3354] New upstream version 6.0.0~rc1
* [9c35199] update Vcs-* to salsa
* [95160dd] blacklist hunspell-nl, now supposed to be built by dutch
-- Rene Engelhard <rene@debian.org> Sun, 07 Jan 2018 12:18:22 +0000
libreoffice-dictionaries (1:5.4.3-1) unstable; urgency=medium
* [ac6b656] New upstream version 5.4.3
...
...
debian/control
View file @
dbeb8fae
...
...
@@ -868,23 +868,6 @@ Description: Dutch hyphenation patterns
You can use these patterns with programs which take advantage of libhyphen,
like LibreOffice.
Package: hunspell-nl
Architecture: all
Multi-Arch: foreign
Depends: dictionaries-common, ${misc:Depends}, ${hunspell:Depends}
Suggests: hunspell, libreoffice-writer
Provides: hunspell-dictionary, hunspell-dictionary-nl
Conflicts: myspell-nl
Description: Dutch dictionary for hunspell
This is the Dutch dictionary for use with the hunspell
spellchecker.
.
Hunspell is a spell checker and morphological analyzer library and program
designed for languages with rich morphology and complex word compounding or
character encoding. It is based on MySpell and features an Ispell-like
terminal interface using Curses library, an Ispell pipe interface and a
LibreOffice UNO module.
Package: hyphen-no
Architecture: all
Multi-Arch: foreign
...
...
debian/helper.py
View file @
dbeb8fae
...
...
@@ -46,6 +46,7 @@ blacklisted_packages = [
"
hunspell-et
"
,
# ispell-et (bin:myspell-et provides it)
"
hunspell-fr
"
,
# hunspell-fr
"
hunspell-lv
"
,
# myspell-lv (myspell-lv binary)
"
hunspell-nl
"
,
# dutch
"
hyphen-et
"
,
# ispell-et (bin:myspell-et provides it)
"
hyphen-hr
"
,
# myspell-hr
"
hyphen-lv
"
,
# myspell-lv (myspell-lv binary)
...
...