------------------------------------------------------------ revno: 1643 committer: Rene Engelhard <r...@debian.org> branch nick: experimental timestamp: Fri 2009-08-21 02:59:21 +0200 message: make -l10n-tr suggest openoffice.org-spellcheck-tr; update ooo-build to a version with which m19 is buildable modified: changelog control rules
=== modified file 'changelog' --- a/changelog 2009-08-20 21:30:03 +0000 +++ b/changelog 2009-08-21 00:59:21 +0000 @@ -3,7 +3,7 @@ * OpenOffice.org 3.1.1 rc2 (OOO310_m19) * ooo-build: - - update (00911962ed1d18a9cfaf4ac49810fb22f46298d4) + - update (d334a9e1cae8d85942ac2eba6bcd04342608331c) - src: update GSIs from ftp.linux.cz: bg bn el ga mk nb nn sk sl uz * debian/control.in: @@ -15,13 +15,15 @@ (see #331534) - use gcc-mingw32 instead of mingw32 when we build with gcc 4.4 - use gcj-jdk/java-gcj-compat-dev on kfreebsd-* + - make -l10n-tr suggest openoffice.org-spellcheck-tr to catch + openoffice.org-zemberek analogous to openoffice.org-voikko * debian/rules, debian/openoffice.org-filter-binfilter-*: Move libbf_migratefilter* back to -filter-binfilter as it's linked to libs there. Add the regcomp (un)registering. * debian/source.lintian-overrides: - remove, lintian is fixed to not complain about these anymore - -- Rene Engelhard <r...@debian.org> Thu, 20 Aug 2009 23:28:29 +0200 + -- Rene Engelhard <r...@debian.org> Fri, 21 Aug 2009 02:54:13 +0200 openoffice.org (1:3.1.1~rc1-1) experimental; urgency=low
=== modified file 'control' --- a/control 2009-08-16 23:11:42 +0000 +++ b/control 2009-08-21 00:59:21 +0000 @@ -2427,7 +2427,7 @@ Depends: locales | belocs-locales-data | locales-all, ${misc:Depends} Recommends: openoffice.org-core (>> ${base-version}) | language-support-translations-tr Provides: openoffice.org-l10n-${help-l10n-virtual-version}, openoffice.org2-l10n-tr -Suggests: hunspell-dictionary-tr | myspell-dictionary-tr, openoffice.org-hyphenation-tr, openoffice.org2-thesaurus-tr, openoffice.org-help-tr +Suggests: hunspell-dictionary-tr | myspell-dictionary-tr | openoffice.org-spellcheck-tr, openoffice.org-hyphenation-tr, openoffice.org2-thesaurus-tr, openoffice.org-help-tr Conflicts: openoffice.org-core (<< ${base-version}), openoffice.org-core (>= ${base-version}.1), openoffice.org2-l10n-tr Replaces: openoffice.org2-l10n-tr Description: full-featured office productivity suite -- Turkish language package === modified file 'rules' --- a/rules 2009-08-20 23:18:35 +0000 +++ b/rules 2009-08-21 00:59:21 +0000 @@ -1491,6 +1491,8 @@ # make -l10n-fi suggest openoffice.org-spellcheck-fi to # match myspell-fi and openoffice.org-soikko/-voikko perl -pi -e 's/myspell-dictionary-fi/myspell-dictionary-fi | openoffice.org-spellcheck-fi/' debian/control + # similar for tr (openoffice.org-zemberek) + perl -pi -e 's/myspell-dictionary-tr/myspell-dictionary-tr | openoffice.org-spellcheck-tr/' debian/control ifeq "$(BUILD_KDE)" "y" perl -pi -e 's/GConf backend$$/GConf backend\n * openoffice.org$(VER)-kde: KDE UI Plugin and KDE File Picker support/' debian/control