This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch master in repository hunspell.
commit d3225cfb7597e6cd193a989a0a6d39dad46ebd30 Merge: 11d46f7 4e252d8 Author: Rene Engelhard <[email protected]> Date: Wed Nov 9 18:24:48 2005 +0100 Imported Debian patch 1.1.1-1 ChangeLog | 102 +++- NEWS | 20 + THANKS | 18 +- configure | 20 +- configure.ac | 4 +- debian/changelog | 6 + man/hunspell.4 | 336 ++++++----- src/hunspell/affentry.cxx | 7 +- src/hunspell/affixmgr.cxx | 627 ++++++++++++++++----- src/hunspell/affixmgr.hxx | 26 +- src/hunspell/atypes.hxx | 9 +- src/hunspell/csutil.cxx | 388 +++++++++++-- src/hunspell/csutil.hxx | 6 +- src/hunspell/hashmgr.cxx | 41 +- src/hunspell/hashmgr.hxx | 2 +- src/hunspell/htypes.hxx | 2 +- src/hunspell/hunspell.cxx | 128 +++-- src/hunspell/hunspell.hxx | 1 + src/hunspell/suggestmgr.cxx | 43 +- src/hunspell/suggestmgr.hxx | 2 +- tests/Makefile.am | 147 ++++- tests/Makefile.in | 147 ++++- tests/affixes.aff | 7 + tests/affixes.dic | 4 + tests/affixes.good | 7 + tests/{pseudoroot.test => affixes.test} | 0 tests/checkcompoundcase.aff | 3 + tests/checkcompoundcase.dic | 5 + tests/checkcompoundcase.good | 5 + tests/{pseudoroot2.test => checkcompoundcase.test} | 0 tests/checkcompoundcase.wrong | 3 + tests/checkcompoundcase2.aff | 3 + tests/checkcompoundcase2.dic | 3 + tests/checkcompoundcase2.good | 2 + .../{pseudoroot3.test => checkcompoundcase2.test} | 0 tests/checkcompoundcase2.wrong | 1 + tests/checkcompoundcaseutf.aff | 3 + tests/checkcompoundcaseutf.dic | 3 + tests/checkcompoundcaseutf.good | 2 + .../{pseudoroot.test => checkcompoundcaseutf.test} | 2 +- tests/checkcompoundcaseutf.wrong | 1 + tests/compound.aff | 6 +- tests/compound.dic | 10 +- tests/compound.good | 5 +- tests/compound.wrong | 43 +- tests/compound2.aff | 3 + tests/compound2.dic | 5 + tests/compound2.good | 37 ++ tests/{pseudoroot4.test => compound2.test} | 0 tests/compound2.wrong | 8 + tests/compound3.aff | 3 + tests/compound3.dic | 5 + tests/compound3.good | 7 + tests/{pseudoroot5.test => compound3.test} | 0 tests/compound3.wrong | 41 ++ tests/compound4.aff | 6 + tests/compound4.dic | 24 + tests/compound4.good | 29 + tests/{pseudoroot.test => compound4.test} | 2 +- tests/compound4.wrong | 5 + tests/compound5.aff | 6 + tests/compound5.dic | 14 + tests/compound5.good | 7 + tests/compound5.morph | 14 + tests/{pseudoroot.test => compound5.test} | 2 +- tests/compound5.wrong | 1 + tests/{compound.aff => compoundflag.aff} | 0 tests/{compound.dic => compoundflag.dic} | 0 tests/{compound.good => compoundflag.good} | 0 tests/{pseudoroot.test => compoundflag.test} | 0 tests/{compound.wrong => compoundflag.wrong} | 0 tests/flagutf8.aff | 14 + tests/flagutf8.dic | 2 + tests/flagutf8.good | 8 + tests/{pseudoroot.test => flagutf8.test} | 0 tests/germancompounding.aff | 81 ++- tests/germancompounding.dic | 2 +- tests/germancompounding.good | 7 + ...mancompounding.aff => germancompoundingold.aff} | 0 ...mancompounding.dic => germancompoundingold.dic} | 2 +- ...ncompounding.good => germancompoundingold.good} | 1 + .../{pseudoroot.test => germancompoundingold.test} | 0 tests/germancompoundingold.wrong | 50 ++ tests/i53643.aff | 1 + tests/i53643.dic | 2 + tests/i53643.good | 19 + tests/{pseudoroot3.test => i53643.test} | 3 +- tests/i53643.wrong | 4 + tests/i54980.aff | 2 + tests/i54980.dic | 3 + tests/i54980.good | 4 + tests/{pseudoroot.test => i54980.test} | 2 +- tests/keepcase.aff | 3 + tests/keepcase.dic | 5 + tests/keepcase.good | 4 + tests/keepcase.sug | 8 + tests/{pseudoroot.test => keepcase.test} | 0 tests/keepcase.wrong | 8 + tests/{pseudoroot.aff => needaffix.aff} | 2 +- tests/{pseudoroot.dic => needaffix.dic} | 0 tests/{pseudoroot.good => needaffix.good} | 0 tests/{pseudoroot.test => needaffix.test} | 0 tests/needaffix.wrong | 1 + tests/{pseudoroot2.aff => needaffix2.aff} | 2 +- tests/{pseudoroot2.dic => needaffix2.dic} | 0 tests/{pseudoroot2.good => needaffix2.good} | 0 tests/{pseudoroot2.morph => needaffix2.morph} | 0 tests/{pseudoroot.test => needaffix2.test} | 0 tests/{pseudoroot3.aff => needaffix3.aff} | 4 +- tests/{pseudoroot3.dic => needaffix3.dic} | 0 tests/{pseudoroot3.good => needaffix3.good} | 0 tests/{pseudoroot.test => needaffix3.test} | 0 tests/{pseudoroot3.wrong => needaffix3.wrong} | 0 tests/{pseudoroot4.aff => needaffix4.aff} | 2 +- tests/{pseudoroot4.dic => needaffix4.dic} | 0 tests/{pseudoroot4.good => needaffix4.good} | 0 tests/{pseudoroot.test => needaffix4.test} | 0 tests/{pseudoroot5.aff => needaffix5.aff} | 4 +- tests/{pseudoroot5.dic => needaffix5.dic} | 0 tests/{pseudoroot5.good => needaffix5.good} | 0 tests/{pseudoroot.test => needaffix5.test} | 0 tests/{pseudoroot5.wrong => needaffix5.wrong} | 0 tests/nosuggest.aff | 5 + tests/nosuggest.dic | 3 + tests/{pseudoroot.wrong => nosuggest.good} | 1 - tests/nosuggest.sug | 0 tests/{pseudoroot.test => nosuggest.test} | 0 tests/nosuggest.wrong | 3 + tests/test.sh | 5 +- 129 files changed, 2079 insertions(+), 607 deletions(-) diff --cc debian/changelog index b4a3edb,0000000..f90b0e4 mode 100644,000000..100644 --- a/debian/changelog +++ b/debian/changelog @@@ -1,46 -1,0 +1,52 @@@ ++hunspell (1.1.1-1) unstable; urgency=low ++ ++ * New upstream release ++ ++ -- Rene Engelhard <[email protected]> Wed, 9 Nov 2005 18:24:48 +0100 ++ +hunspell (1.1.0-2) unstable; urgency=low + + * upload to unstable. + + -- Rene Engelhard <[email protected]> Thu, 20 Oct 2005 01:13:42 +0200 + +hunspell (1.1.0-1) experimental; urgency=low + + * New upstream release + * run make check + + -- Rene Engelhard <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Wed, 3 Aug 2005 22:29:49 +0200 + +hunspell (1.0.8-1) experimental; urgency=low + + * New upstream release + + -- Rene Engelhard <[email protected]> Tue, 2 Aug 2005 18:48:19 +0200 + +hunspell (1.0.7-1) experimental; urgency=low + + * Initial release. + + -- Rene Engelhard <[email protected]> Tue, 26 Jul 2005 12:11:52 +0200 + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/hunspell.git

