[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[hunspell] 17/98: Imported Debian patch 1.1.4-1



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

rene pushed a commit to branch master
in repository hunspell.

commit 1ac4714d0fe0bfcd0f8cf52772d8f48b171b9f92
Merge: 323f506 7f53cad
Author: Rene Engelhard <rene@debian.org>
Date:   Thu Feb 2 16:46:12 2006 +0100

    Imported Debian patch 1.1.4-1

 AUTHORS                                           |   4 +-
 BUGS                                              |   9 +
 COPYING                                           | 527 +---------------------
 COPYING => COPYING.LGPL                           |   0
 COPYING.MPL                                       | 470 +++++++++++++++++++
 ChangeLog                                         | 132 ++++++
 Makefile.am                                       |   4 +-
 Makefile.in                                       |   4 +-
 NEWS                                              |  26 ++
 README                                            |   4 +-
 THANKS                                            |  19 +-
 TODO                                              |   2 +-
 config.h.in                                       |   3 +
 configure                                         | 102 ++++-
 configure.ac                                      |  16 +-
 debian/changelog                                  |   8 +
 debian/control                                    |   2 +-
 debian/copyright                                  |   2 +-
 license.hunspell                                  |  66 ++-
 man/hu/hunspell.4                                 |   1 +
 man/hunspell.1                                    |   6 +-
 man/hunspell.4                                    | 144 +++++-
 src/hunspell/README                               |  20 +-
 src/hunspell/affentry.cxx                         |  92 ++--
 src/hunspell/affentry.hxx                         |   4 +-
 src/hunspell/affixmgr.cxx                         | 292 ++++++++++--
 src/hunspell/affixmgr.hxx                         |  22 +-
 src/hunspell/atypes.hxx                           |  18 +-
 src/hunspell/baseaffix.hxx                        |   9 +-
 src/hunspell/csutil.cxx                           |  46 +-
 src/hunspell/csutil.hxx                           |   6 -
 src/hunspell/hashmgr.cxx                          | 310 ++++++++++++-
 src/hunspell/hashmgr.hxx                          |  13 +
 src/hunspell/hunspell.cxx                         | 203 +++++++--
 src/hunspell/hunspell.hxx                         |   5 +
 src/hunspell/license.hunspell                     |  68 ++-
 src/hunspell/suggestmgr.cxx                       |   5 +-
 src/parsers/firstparser.cxx                       |   2 -
 src/parsers/htmlparser.cxx                        |  17 +-
 src/parsers/htmlparser.hxx                        |   1 +
 src/parsers/latexparser.cxx                       |  15 +-
 src/parsers/latexparser.hxx                       |   1 +
 src/parsers/manparser.cxx                         |  14 +-
 src/parsers/manparser.hxx                         |   1 +
 src/parsers/textparser.cxx                        |  60 ++-
 src/parsers/textparser.hxx                        |  20 +-
 src/tools/Makefile.am                             |   2 +
 src/tools/Makefile.in                             |   3 +-
 src/tools/hunspell.cxx                            |  96 ++--
 src/tools/makealias                               |  92 ++++
 tests/Makefile.am                                 | 142 ++++--
 tests/Makefile.in                                 | 142 ++++--
 tests/alias.aff                                   |  12 +
 tests/alias.dic                                   |   2 +
 tests/alias.good                                  |   4 +
 tests/{compound.test => alias.test}               |   0
 tests/alias2.aff                                  |  17 +
 tests/alias2.dic                                  |   2 +
 tests/alias2.good                                 |   4 +
 tests/alias2.morph                                |   8 +
 tests/{compound2.test => alias2.test}             |   0
 tests/alias3.aff                                  |  18 +
 tests/alias3.dic                                  |   2 +
 tests/alias3.good                                 |   4 +
 tests/alias3.morph                                |   8 +
 tests/{compound3.test => alias3.test}             |   0
 tests/base.wrong                                  |  22 +-
 tests/break.aff                                   |   8 +
 tests/break.dic                                   |   4 +
 tests/break.good                                  |   7 +
 tests/{compound6.test => break.test}              |   0
 tests/break.wrong                                 |  10 +
 tests/checkcompoundcaseutf.good                   |   4 +-
 tests/checkcompoundcaseutf.test                   |   2 +-
 tests/checkcompoundcaseutf.wrong                  |   2 +-
 tests/checksharps.aff                             |   4 +
 tests/{germansharps.dic => checksharps.dic}       |   4 +-
 tests/checksharps.good                            |  13 +
 tests/checksharps.sug                             |   1 +
 tests/{compound.test => checksharps.test}         |   0
 tests/checksharps.wrong                           |   1 +
 tests/{germansharpsutf.aff => checksharpsutf.aff} |   5 +-
 tests/{germansharpsutf.dic => checksharpsutf.dic} |   4 +-
 tests/checksharpsutf.good                         |  13 +
 tests/checksharpsutf.sug                          |   1 +
 tests/{compound.test => checksharpsutf.test}      |   0
 tests/checksharpsutf.wrong                        |   1 +
 tests/complexprefixes2.aff                        |  12 +
 tests/complexprefixes2.dic                        |   3 +
 tests/complexprefixes2.good                       |   4 +
 tests/{compound.test => complexprefixes2.test}    |   0
 tests/complexprefixesutf.good                     |   6 +-
 tests/complexprefixesutf.test                     |   2 +-
 tests/complexprefixesutf.wrong                    |   4 +-
 tests/compound.aff                                |   3 -
 tests/compound2.aff                               |   3 -
 tests/compound3.aff                               |   3 -
 tests/compound4.aff                               |   6 -
 tests/compound4.good                              |  29 --
 tests/compound4.test                              |   4 -
 tests/compound4.wrong                             |   5 -
 tests/compound5.aff                               |   6 -
 tests/compound5.good                              |   7 -
 tests/compound5.test                              |   4 -
 tests/compound5.wrong                             |   1 -
 tests/compound6.aff                               |   4 -
 tests/compoundrule.aff                            |   3 +
 tests/{compound.dic => compoundrule.dic}          |   0
 tests/{compound.good => compoundrule.good}        |   0
 tests/{compound.test => compoundrule.test}        |   0
 tests/{compound.wrong => compoundrule.wrong}      |   0
 tests/compoundrule2.aff                           |   3 +
 tests/{compound2.dic => compoundrule2.dic}        |   0
 tests/{compound2.good => compoundrule2.good}      |   0
 tests/{compound.test => compoundrule2.test}       |   0
 tests/{compound2.wrong => compoundrule2.wrong}    |   0
 tests/compoundrule3.aff                           |   3 +
 tests/{compound3.dic => compoundrule3.dic}        |   0
 tests/{compound3.good => compoundrule3.good}      |   0
 tests/{compound.test => compoundrule3.test}       |   0
 tests/{compound3.wrong => compoundrule3.wrong}    |   0
 tests/compoundrule4.aff                           |   7 +
 tests/{compound4.dic => compoundrule4.dic}        |   0
 tests/compoundrule4.good                          |  29 ++
 tests/{compound2.test => compoundrule4.test}      |   2 +
 tests/compoundrule4.wrong                         |   5 +
 tests/compoundrule5.aff                           |   7 +
 tests/{compound5.dic => compoundrule5.dic}        |   0
 tests/compoundrule5.good                          |   7 +
 tests/{compound5.morph => compoundrule5.morph}    |   0
 tests/{compound.test => compoundrule5.test}       |   0
 tests/compoundrule5.wrong                         |   1 +
 tests/compoundrule6.aff                           |   4 +
 tests/{compound6.dic => compoundrule6.dic}        |   0
 tests/{compound6.good => compoundrule6.good}      |   0
 tests/{compound.test => compoundrule6.test}       |   0
 tests/{compound6.wrong => compoundrule6.wrong}    |   0
 tests/flagutf8.aff                                |   4 +-
 tests/germancompounding.aff                       |   4 +-
 tests/germancompoundingold.aff                    |   4 +-
 tests/germansharps.aff                            |   3 -
 tests/germansharps.good                           |  13 -
 tests/germansharps.test                           |   4 -
 tests/germansharps.wrong                          |   1 -
 tests/germansharpsutf.good                        |  13 -
 tests/germansharpsutf.test                        |   4 -
 tests/germansharpsutf.wrong                       |   1 -
 tests/i53643.aff                                  |   1 +
 tests/i53643.good                                 |  38 +-
 tests/i53643.test                                 |   3 +-
 tests/i53643.wrong                                |   8 +-
 tests/i54980.good                                 |   8 +-
 tests/i54980.test                                 |   2 +-
 tests/i58202.aff                                  |   4 +
 tests/i58202.dic                                  |   5 +
 tests/i58202.good                                 |  10 +
 tests/i58202.sug                                  |  13 +
 tests/{compound.test => i58202.test}              |   0
 tests/i58202.wrong                                |  13 +
 tests/slash.aff                                   |   4 +
 tests/slash.dic                                   |   5 +
 tests/slash.good                                  |   4 +
 tests/{compound.test => slash.test}               |   0
 tests/utf8.good                                   |  18 +-
 tests/utf8.test                                   |   2 +-
 tests/utfcompound.good                            |  10 +-
 tests/utfcompound.test                            |   2 +-
 tests/utfcompound.wrong                           |  14 +-
 168 files changed, 2657 insertions(+), 1194 deletions(-)

diff --cc debian/changelog
index 1fd43bb,0000000..08759d2
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,61 -1,0 +1,69 @@@
++hunspell (1.1.4-1) unstable; urgency=low
++
++  * New upstream release
++  * update debian/copyright for new GPL/LGPL/MPL tri-licensing
++  * add libncursesw5-dev builddep 
++
++ -- Rene Engelhard <rene@debian.org>  Thu,  2 Feb 2006 16:46:12 +0100
++
 +hunspell (1.1.2-1) unstable; urgency=low
 +
 +  * New upstream release
 +    - should fix the infinite loops at the compound checks (closes: #338482)
 +  * debian/patches/01_pic_versions.dpatch: autoreconf
 +  * enable NLS again
 +
 + -- Rene Engelhard <rene@debian.org>  Fri, 11 Nov 2005 14:23:40 +0100
 +
 +hunspell (1.1.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Rene Engelhard <rene@debian.org>  Wed,  9 Nov 2005 18:24:48 +0100
 +
 +hunspell (1.1.0-2) unstable; urgency=low
 +
 +  * upload to unstable. 
 +
 + -- Rene Engelhard <rene@debian.org>  Thu, 20 Oct 2005 01:13:42 +0200
 +
 +hunspell (1.1.0-1) experimental; urgency=low
 +
 +  * New upstream release
 +  * run make check
 +
 + -- Rene Engelhard <rene@debian.org>  Mon, 19 Sep 2005 23:48:20 +0200
 +
 +hunspell (1.0.9-1) experimental; urgency=low
 +
 +  * New upstream release
 +  * Standards-Version: 3.6.2 (no changes needed)
 +  * grr. I hate automake. temporarily disable NLS
 +
 + -- Rene Engelhard <rene@debian.org>  Sat, 27 Aug 2005 00:30:58 +0200
 +
 +hunspell (1.0.8-3) experimental; urgency=low
 +
 +  * add patch to build PIC versions of the libraries
 +  * we don't ship unmuch, so don't ship unmunch.h 
 +
 + -- Rene Engelhard <rene@debian.org>  Mon,  8 Aug 2005 04:02:41 +0200
 +
 +hunspell (1.0.8-2) experimental; urgency=low
 +
 +  * don't install unmunch, conflicts with libmyspell-dev
 +
 + -- Rene Engelhard <rene@debian.org>  Wed,  3 Aug 2005 22:29:49 +0200
 +
 +hunspell (1.0.8-1) experimental; urgency=low
 +
 +  * New upstream release
 +
 + -- Rene Engelhard <rene@debian.org>  Tue,  2 Aug 2005 18:48:19 +0200
 +
 +hunspell (1.0.7-1) experimental; urgency=low
 +
 +  * Initial release.
 +
 + -- Rene Engelhard <rene@debian.org>  Tue, 26 Jul 2005 12:11:52 +0200
 +
diff --cc debian/control
index 7605d39,0000000..ffef4c6
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,56 -1,0 +1,56 @@@
 +Source: hunspell
 +Priority: optional
 +Maintainer: Debian OpenOffice Team <debian-openoffice@lists.debian.org>
 +Uploaders: Rene Engelhard <rene@debian.org>, Chris Halls <halls@debian.org>
- Build-Depends: debhelper (>= 4.0.0), autotools-dev, libreadline5-dev, libncurses5-dev, dpatch, autoconf
++Build-Depends: debhelper (>= 4.0.0), autotools-dev, libreadline5-dev, libncurses5-dev, libncursesw5-dev, dpatch, autoconf
 +Standards-Version: 3.6.2
 +Section: text
 +
 +Package: libhunspell-dev
 +Section: libdevel
 +Architecture: any
 +Depends: ${shlibs:Depends}
 +Description: spell checker and morphological analyzer (static library)
 + 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 an
 + OpenOffice.org UNO module.
 + .
 + Main features:
 +  - Unicode support (first 65535 Unicode character)
 +  - morphological analysis (in custom item and arrangement style)
 +  - Max. 65535 affix classes and twofold affix stripping (for agglutinative
 +    languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.)
 +  - Support complex compoundings (for example, Hungarian and German)
 +  - Support language specific algorithms (for example, handling Azeri
 +    and Turkish dotted i, or German sharp s)
 +  - Handling conditional affixes, circumfixes, fogemorphemes,
 +    forbidden words, pseudoroots and homonyms.
 + .
 + This package contains the static library.
 +
 +Package: hunspell
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}, myspell-en-us | myspell-dictionary
 +Description: spell checker and morphological analyzer (program)
 + 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 an
 + OpenOffice.org UNO module.
 + .
 + Main features:
 +  - Unicode support (first 65535 Unicode character)
 +  - morphological analysis (in custom item and arrangement style)
 +  - Max. 65535 affix classes and twofold affix stripping (for agglutinative
 +    languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.)
 +  - Support complex compoundings (for example, Hungarian and German)
 +  - Support language specific algorithms (for example, handling Azeri
 +    and Turkish dotted i, or German sharp s)
 +  - Handling conditional affixes, circumfixes, fogemorphemes,
 +    forbidden words, pseudoroots and homonyms.
 + .
 + This package contains the program with the Ispell-like terminal and pipe
 + interfaces.
 +
diff --cc debian/copyright
index e82d3a0,0000000..1fa6fb8
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,10 -1,0 +1,10 @@@
 +This package was debianized by Rene Engelhard <rene@debian.org> on
 +Tue, 26 Jul 2005 12:11:52 +0200.
 +
 +It was downloaded from http://hunspell.sf.net
 +
 +Copyright Holder: L�zl�N�eth <nemethl@gyorsposta.hu>
 +
 +License:
 +
- LGPL, on Debian systems you can find the full text of the LGPL in /usr/share/common-licenses/LGPL
++GPL/LGPL/MPL, on Debian systems you can find the full text of the LGPL in /usr/share/common-licenses/LGPL and the full text of the GPL in /usr/share/common-licenses/GPL. The MPL can be found at /usr/share/doc/mozilla-browser/MPL-1.1.txt.gz

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


Reply to: