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

[hunspell] 97/98: Imported Debian patch 1.3.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 c8779de678f17a00b1d3cb7a72af9c7c2404a414
Merge: bd5e90c ce7b9fe
Author: Rene Engelhard <rene@debian.org>
Date:   Thu Apr 7 23:25:53 2016 +0200

    Imported Debian patch 1.3.4-1

 .cvsignore                                     |     9 +
 .travis.yml                                    |    27 +
 ChangeLog                                      |    50 +
 HACKING                                        |    10 +
 Makefile.in                                    |   370 +-
 README                                         |     5 +-
 aclocal.m4                                     |   685 +-
 compile                                        |     1 +
 config.guess                                   |   192 +-
 config.h.in                                    |     3 -
 config.sub                                     |   480 +-
 configure                                      |   745 +-
 configure.ac                                   |     6 +-
 debian/changelog                               |     9 +
 debian/control                                 |     2 +-
 debian/copyright                               |     2 +-
 debian/patches/bug185.diff                     |    55 -
 debian/patches/dont-translate-init-string.diff |    29 -
 debian/patches/series                          |     4 +-
 debian/watch                                   |     3 +
 intl/.cvsignore                                |     1 +
 intl/localename.c                              |     2 +
 m4/.cvsignore                                  |     1 +
 m4/Makefile.in                                 |   116 +-
 man/.cvsignore                                 |     1 +
 man/Makefile.in                                |   356 +-
 man/hu/.cvsignore                              |     1 +
 man/hu/Makefile.in                             |   164 +-
 man/hunspell.3                                 |     4 +-
 po/.cvsignore                                  |     5 +
 po/hu.gmo                                      |   Bin 10531 -> 0 bytes
 po/hu.po                                       |   158 +-
 po/hunspell.pot                                |   158 +-
 po/it.gmo                                      |   Bin 8668 -> 0 bytes
 po/it.po                                       |   158 +-
 src/.cvsignore                                 |     1 +
 src/Makefile.in                                |   288 +-
 src/hunspell/.cvsignore                        |     6 +
 src/hunspell/Makefile.in                       |   271 +-
 src/hunspell/README                            |     2 +-
 src/hunspell/affentry.cxx                      |  1658 +-
 src/hunspell/affentry.hxx                      |   302 +-
 src/hunspell/affixmgr.cxx                      |  7556 +++---
 src/hunspell/affixmgr.hxx                      |   586 +-
 src/hunspell/atypes.hxx                        |   149 +-
 src/hunspell/baseaffix.hxx                     |    93 +-
 src/hunspell/csutil.cxx                        |  8327 +++----
 src/hunspell/csutil.hxx                        |   353 +-
 src/hunspell/dictmgr.cxx                       |   302 +-
 src/hunspell/dictmgr.hxx                       |    79 +-
 src/hunspell/filemgr.cxx                       |   141 +-
 src/hunspell/filemgr.hxx                       |   105 +-
 src/hunspell/hashmgr.cxx                       |  1550 +-
 src/hunspell/hashmgr.hxx                       |   173 +-
 src/hunspell/htypes.hxx                        |    69 +-
 src/hunspell/hunspell.cxx                      |  3237 +--
 src/hunspell/hunspell.h                        |   157 +-
 src/hunspell/hunspell.hxx                      |   281 +-
 src/hunspell/hunvisapi.h                       |    18 -
 src/hunspell/hunzip.cxx                        |   385 +-
 src/hunspell/hunzip.hxx                        |    92 +-
 src/hunspell/langnum.hxx                       |    92 +-
 src/hunspell/license.hunspell                  |     4 +-
 src/hunspell/phonet.cxx                        |   426 +-
 src/hunspell/phonet.hxx                        |    26 +-
 src/hunspell/replist.cxx                       |   210 +-
 src/hunspell/replist.hxx                       |   109 +-
 src/hunspell/suggestmgr.cxx                    |  2961 ++-
 src/hunspell/suggestmgr.hxx                    |   248 +-
 src/hunspell/utf_info.cxx                      | 29549 ++++++++---------------
 src/hunspell/w_char.hxx                        |    50 +-
 src/parsers/.cvsignore                         |     4 +
 src/parsers/Makefile.in                        |   267 +-
 src/parsers/firstparser.cxx                    |    78 +-
 src/parsers/firstparser.hxx                    |    53 +-
 src/parsers/htmlparser.cxx                     |   107 +-
 src/parsers/htmlparser.hxx                     |    55 +-
 src/parsers/latexparser.cxx                    |   416 +-
 src/parsers/latexparser.hxx                    |    70 +-
 src/parsers/manparser.cxx                      |   137 +-
 src/parsers/manparser.hxx                      |    58 +-
 src/parsers/odfparser.cxx                      |    82 +-
 src/parsers/odfparser.hxx                      |    54 +-
 src/parsers/testparser.cxx                     |    88 +-
 src/parsers/textparser.cxx                     |   504 +-
 src/parsers/textparser.hxx                     |   113 +-
 src/parsers/xmlparser.cxx                      |   319 +-
 src/parsers/xmlparser.hxx                      |    75 +-
 src/tools/.cvsignore                           |    11 +
 src/tools/Makefile.in                          |   331 +-
 src/tools/analyze.cxx                          |   157 +-
 src/tools/chmorph.cxx                          |   173 +-
 src/tools/example.cxx                          |   137 +-
 src/tools/hunspell.cxx                         |  3615 +--
 src/tools/hunzip.cxx                           |    65 +-
 src/tools/hzip.c                               |   627 +-
 src/tools/ispellaff2myspell                    |     2 +-
 src/tools/munch.c                              |  1206 +-
 src/tools/munch.h                              |   175 +-
 src/tools/unmunch.c                            |   693 +-
 src/tools/unmunch.h                            |   126 +-
 src/win_api/.cvsignore                         |     1 +
 src/win_api/Hunspell.rc                        |    12 +-
 src/win_api/Makefile.in                        |   115 +-
 src/win_api/config.h                           |     4 +-
 src/win_api/hunspelldll.c                      |   117 +-
 src/win_api/hunspelldll.h                      |    54 +-
 test-driver                                    |   127 +
 tests/.cvsignore                               |     2 +
 tests/Makefile.in                              |   736 +-
 tests/suggestiontest/.cvsignore                |     5 +
 tests/suggestiontest/Makefile.in               |   115 +-
 tests/suggestiontest/prepare2                  |    30 +
 tests/test.sh                                  |    40 +
 114 files changed, 34258 insertions(+), 40566 deletions(-)

diff --cc debian/changelog
index 62a30e4,0000000..bcf7190
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,491 -1,0 +1,500 @@@
++hunspell (1.3.4-1) unstable; urgency=medium
++
++  * New upstream release
++
++  * update Homepage:/copyright for github
++  * add debian/watch 
++
++ -- Rene Engelhard <rene@debian.org>  Thu, 07 Apr 2016 23:25:53 +0200
++
 +hunspell (1.3.3-4) unstable; urgency=medium
 +
 +  * apply patch from Raúl Benencia: Fix FTBFS caused by new binary
 +    matching behavior on grep, thanks (Closes: #814968)
 +
 +  * s/character/characters/ (closes: #811221) 
 +  * apply patch from Matthias Klose:
 +    - Bump the standards version.
 +    - Build using dpkg-buildflags. Closes: #780626.
 +    - Enable parallel builds.
 +    (closes: #798614)
 +  * migrate from -dbg to -dbgsym
 +
 + -- Rene Engelhard <rene@debian.org>  Wed, 09 Mar 2016 17:03:11 +0000
 +
 +hunspell (1.3.3-3) unstable; urgency=medium
 +
 +  * debian/patches/bug185.diff: backport patch from upstream bug 185
 +    to fix UTF-8 spellchecking (e.g. in emacs) (closes: #762802)
 +  * debian/patches/dont-translate-init-string.diff: as name says
 +    (closes: #690318)
 +  * make config.status in rules depend on configure.ac instead of
 +    configure to fix second (re)build; configure is generated by
 +    dh_autoreconf anyways
 +
 + -- Rene Engelhard <rene@debian.org>  Fri, 17 Oct 2014 18:58:38 +0000
 +
 +hunspell (1.3.3-2) unstable; urgency=low
 +
 +  * use dh-autoreconf (closes: #753628)
 +
 + -- Rene Engelhard <rene@debian.org>  Tue, 08 Jul 2014 19:22:00 +0200
 +
 +hunspell (1.3.3-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 +  * make hunspell suggest unzip 
 +  * bunp .shlibs
 +
 + -- Rene Engelhard <rene@debian.org>  Wed, 04 Jun 2014 13:40:26 +0200
 +
 +hunspell (1.3.2-7) unstable; urgency=medium
 +
 +  * migrate from dpatch to 3.0 (quilt)
 +  * remove unused 99_build_stuff.dpatch (closes: #724391)
 +  * fix character errors in upstream's full name, thanks Luca Capello
 +    (closes: #659278)
 +  * Honour DEB_BUILD_OPTIONS=nocheck (closes: #695146=
 +
 + -- Rene Engelhard <rene@debian.org>  Mon, 10 Mar 2014 11:08:03 +0100
 +
 +hunspell (1.3.2-6) unstable; urgency=low
 +
 +  * apply new upstream version of ispellaff2myspell from Agustin Martin
 +    Domingo:
 +    - debian/ispellaff2myspell: New upstream version.
 +      + Incorporate changes by Gregor Herrmann (UTF-8 and typo fixes).
 +      + Use octal codes for unibyte strings to make them coexist
 +        with new UTF-8 encoding.
 +      + Other minor changes.
 +
 + -- Rene Engelhard <rene@debian.org>  Wed, 13 Nov 2013 20:40:12 +0100
 +
 +hunspell (1.3.2-5) unstable; urgency=low
 +
 +  * apply patch from Gregor Hermann, thanks
 +   - Fix "FTBFS: POD error":
 +     + update POD of ispellaff2myspell: 
 +       . convert to UTF-8 and add =encoding directive
 +       . additionally fix a typo
 +     + call pod2man with --utf8 in debian/rules 
 +       (Closes: #724115)
 +
 + -- Rene Engelhard <rene@debian.org>  Tue, 12 Nov 2013 21:32:11 +0100
 +
 +hunspell (1.3.2-4) unstable; urgency=low
 +
 +  * upload to unstable 
 +
 + -- Rene Engelhard <rene@debian.org>  Thu, 06 Oct 2011 20:33:15 +0000
 +
 +hunspell (1.3.2-3) experimental; urgency=low
 +
 +  * build -dbg package (closes: #638615)
 +  * add patch from Riku Voipio to convert to multiarch (closes: #643327) 
 +
 + -- Rene Engelhard <rene@debian.org>  Tue, 27 Sep 2011 21:16:52 +0200
 +
 +hunspell (1.3.2-2) experimental; urgency=low
 +
 +  * change Maintainer to Debian LibreOffice Maintainers
 +  * update libhunspell-dev.links
 +
 + -- Rene Engelhard <rene@debian.org>  Mon, 25 Jul 2011 18:39:37 +0000
 +
 +hunspell (1.3.2-1) experimental; urgency=low
 +
 +  * New upstream release
 +
 + -- Rene Engelhard <rene@debian.org>  Mon, 25 Jul 2011 16:40:43 +0000
 +
 +hunspell (1.3.1-1) experimental; urgency=low
 +
 +  * New upstream release 
 +
 + -- Rene Engelhard <rene@debian.org>  Wed, 02 Feb 2011 19:00:28 +0000
 +
 +hunspell (1.2.14-1) experimental; urgency=low
 +
 +  * New upstream release
 +
 + -- Rene Engelhard <rene@debian.org>  Thu, 06 Jan 2011 14:29:56 +0100
 +
 +hunspell (1.2.12-1) experimental; urgency=low
 +
 +  * New upstream release
 +
 + -- Rene Engelhard <rene@debian.org>  Sat, 01 Jan 2011 16:19:08 +0100
 +
 +hunspell (1.2.11-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Rene Engelhard <rene@debian.org>  Sat, 15 May 2010 02:08:37 +0200
 +
 +hunspell (1.2.8-6) unstable; urgency=low
 +
 +  * debian/control:
 +    + Add self to Uploaders.
 +    + Add ${misc:Depends} to binary packages where missing.
 +    + Add Homepage field.
 +    + Build-Depend on debhelper (>= 7).
 +  * debian/compat: Bump debhelper compatibility level to 7.
 +  * debian/rules:
 +    + Update config.sub and config.guess before configure, and
 +      replace the old versions when cleaning. (Closes: #535722)
 +    + Remove libtool on clean.
 +    + Use dh_prep rather than dh_clean -k.
 +
 + -- Tim Retout <diocles@debian.org>  Mon, 18 Jan 2010 00:41:47 +0000
 +
 +hunspell (1.2.8-5) unstable; urgency=low
 +
 +  * build-depend on libreadline-dev 
 +
 + -- Rene Engelhard <rene@debian.org>  Mon, 14 Sep 2009 01:15:22 +0200
 +
 +hunspell (1.2.8-4) unstable; urgency=low
 +
 +  * stop applying 99_build_stuff.dpatch. We don't need it right now
 +    and libtoolizing makes the build not create libhunspell-1.2.a
 +    anymore (closes: #531881)
 +  * point to LGPL-2.1/GPL-2 in debian/copyright 
 +
 + -- Rene Engelhard <rene@debian.org>  Thu, 04 Jun 2009 20:53:41 +0200
 +
 +hunspell (1.2.8-3) unstable; urgency=low
 +
 +  * merge from Ubuntu
 +    + Correct dictionary dependencies to be on hunspell-en-us. (LP: #327821) 
 +
 + -- Rene Engelhard <rene@debian.org>  Sun, 05 Apr 2009 21:31:32 +0200
 +
 +hunspell (1.2.8-2) unstable; urgency=low
 +
 +  * upload to unstable
 +
 + -- Rene Engelhard <rene@debian.org>  Fri, 13 Feb 2009 09:52:53 +0100
 +
 +hunspell (1.2.8-1) experimental; urgency=low
 +
 +  * New upstream release (closes: #505634)
 +  * update 15_OOo_paths.diff for OOo 3s new userdir
 +  * put GCC compiler warnings fix into a patch proper. dpatch got removed
 +    during 1.2.4->1.2.5 and it ended up in the .diff.gz
 +
 + -- Rene Engelhard <rene@debian.org>  Sat, 15 Nov 2008 08:24:21 +0100
 +
 +hunspell (1.2.7-2) experimental; urgency=low
 +
 +  * move h{,un}zip.1 to hunspell-tools and hunspell.{3,4} to libhunspell-dev -
 +    thanks Changwoo Ryu (closes: #504582)
 +
 + -- Rene Engelhard <rene@debian.org>  Mon, 10 Nov 2008 01:37:34 +0100
 +
 +hunspell (1.2.7-1) experimental; urgency=low
 +
 +  * New upstream release
 +    (with bumped shlibs, so upload to experimental)
 +
 + -- Rene Engelhard <rene@debian.org>  Tue, 26 Aug 2008 05:36:32 +0200
 +
 +hunspell (1.2.6-1) unstable; urgency=medium
 +
 +  * New upstream release
 +    - again with affix rule fixes (for sk_SK)
 +
 + -- Rene Engelhard <rene@debian.org>  Wed, 16 Jul 2008 16:11:31 +0200
 +
 +hunspell (1.2.5-1) unstable; urgency=high
 +
 +  * New upstream release
 +    - fixes affix rule matching algorithm with (at least) the en_GB
 +      dictionary (closes: #487874)
 +
 + -- Rene Engelhard <rene@debian.org>  Wed, 09 Jul 2008 20:48:33 +0200
 +
 +hunspell (1.2.4-2) unstable; urgency=low
 +
 +  * add gcc compiler fixes from upstreams 2.4.1-2 release.
 +
 + -- Rene Engelhard <rene@debian.org>  Thu, 19 Jun 2008 02:46:39 +0200
 +
 +hunspell (1.2.4-1) unstable; urgency=medium
 +
 +  * New upstream release
 +  * update 02_usr_share_myspell_dicts.dpatch to also allow /usr/share/myspell
 +    as path. Update also for new .openoffice.org3 and OOo3 locations
 +  * cleanup diff. actually make encds[] static (as in upstream), oops
 +
 + -- Rene Engelhard <rene@debian.org>  Tue, 17 Jun 2008 17:56:47 +0200
 +
 +hunspell (1.2.2-2) unstable; urgency=low
 +
 +  * add Recommends: on the dicts to libhunspell-1.2-0 (closes: #476809) 
 +
 + -- Rene Engelhard <rene@debian.org>  Tue, 22 Apr 2008 21:13:34 +0200
 +
 +hunspell (1.2.2-1) unstable; urgency=medium
 +
 +  * New upstream release
 +  * upload to unstable
 +
 + -- Rene Engelhard <rene@debian.org>  Sat, 12 Apr 2008 15:45:16 +0200
 +
 +hunspell (1.2.2~b2~20080401-4) experimental; urgency=low
 +
 +  * actually add 15_encds_static to 00list...
 +
 + -- Rene Engelhard <rene@debian.org>  Mon, 07 Apr 2008 00:32:12 +0200
 +
 +hunspell (1.2.2~b2~20080401-3) experimental; urgency=low
 +
 +  * merge 1.1.9-2
 +
 + -- Rene Engelhard <rene@debian.org>  Mon, 07 Apr 2008 00:17:32 +0200
 +
 +hunspell (1.1.9-2) unstable; urgency=low
 +
 +  * make encds[] struct static, thanks Stefan Weil.
 +
 + -- Rene Engelhard <rene@debian.org>  Mon, 07 Apr 2008 00:13:37 +0200
 +
 +hunspell (1.2.2~b2~20080401-2) experimental; urgency=low
 +
 +  * readd (updated) libhunspell-dev.links to have a
 +    /usr/lib/libhunspell.so for packages not using pkg-config
 +    but -lhunspell (icedove...)
 +
 + -- Rene Engelhard <rene@debian.org>  Fri, 04 Apr 2008 16:05:17 +0200
 +
 +hunspell (1.2.2~b2~20080401-1) experimental; urgency=low
 +
 +  * New upstream pre-release
 +  * install analyze, chmorph and {h,hun}zip into hunspell-tools
 +    (into /usr/lib/hunspell)
 +
 + -- Rene Engelhard <rene@debian.org>  Wed, 02 Apr 2008 01:00:28 +0200
 +
 +hunspell (1.2.2~b-1) experimental; urgency=low
 +
 +  * New upstream (beta) release
 +
 + -- Rene Engelhard <rene@debian.org>  Mon, 21 Jan 2008 00:30:52 +0100
 +
 +hunspell (1.2.1-1) experimental; urgency=low
 +
 +  * New upstream release
 +
 + -- Rene Engelhard <rene@debian.org>  Thu, 01 Nov 2007 20:35:20 +0100
 +
 +hunspell (1.1.9-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Rene Engelhard <rene@debian.org>  Mon, 30 Jul 2007 12:53:59 +0200
 +
 +hunspell (1.1.8-2) unstable; urgency=low
 +
 +  * libmyspell-dev: we need to depend on ${binary:Version}, not
 +    ${source:Version}, thanks Lior Kaplan (closes: #433901)
 +
 + -- Rene Engelhard <rene@debian.org>  Fri, 20 Jul 2007 15:54:07 +0200
 +
 +hunspell (1.1.8-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Rene Engelhard <rene@debian.org>  Tue, 17 Jul 2007 09:49:04 +0200
 +
 +hunspell (1.1.7-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Rene Engelhard <rene@debian.org>  Sun, 08 Jul 2007 23:56:51 +0200
 +
 +hunspell (1.1.6-1) unstable; urgency=low
 +
 +  * New upstream release
 +    - the hunspell program has now input encoding support (closes: #350022)
 +
 + -- Rene Engelhard <rene@debian.org>  Mon, 02 Jul 2007 13:39:33 +0200
 +
 +hunspell (1.1.5-6) unstable; urgency=low
 +
 +  * add (normally not needed) conflicts against old experimentals OOo
 +    (see #416711)
 +
 + -- Rene Engelhard <rene@debian.org>  Fri, 13 Apr 2007 15:07:53 +0200
 +
 +hunspell (1.1.5-5) unstable; urgency=low
 +
 +  * add info to hunspell(4) from SF tracker #1610863 how to convert aspell
 +    dicts (closes: #324639)
 +
 + -- Rene Engelhard <rene@debian.org>  Wed, 11 Apr 2007 16:11:04 +0200
 +
 +hunspell (1.1.5-4) unstable; urgency=low
 +
 +  * upload to unstable 
 +
 + -- Rene Engelhard <rene@debian.org>  Sun,  8 Apr 2007 12:25:23 +0200
 +
 +hunspell (1.1.5-3) experimental; urgency=low
 +
 +  * add new hunspell-tools package superseding libmyspell-devs tools
 +    (package not built anymore)
 +    - add ispellaff2myspell from libmyspell-dev here
 +    - install munch and unmunch
 +    - conflict and replace (against) libmyspell-dev
 +  * install src/tools/example.cxx 
 +
 + -- Rene Engelhard <rene@debian.org>  Wed, 28 Mar 2007 16:29:52 +0200
 +
 +hunspell (1.1.5-2) experimental; urgency=low
 +
 +  * fix hunspell.hxx
 +
 + -- Rene Engelhard <rene@debian.org>  Tue, 20 Mar 2007 16:19:18 +0100
 +
 +hunspell (1.1.5-1) experimental; urgency=low
 +
 +  * New upstream release
 +  * debian/libhunspell-1.1-0.shlibs: bump, C API got added
 +  * debian/patches/12_get_csconv.diff: temporary(?) buildfix,
 +    the hunspell client needs get_csconv() still.
 +
 + -- Rene Engelhard <rene@debian.org>  Tue, 20 Mar 2007 13:21:54 +0100
 +
 +hunspell (1.1.4-8) experimental; urgency=low
 +
 +  * add pkg-config file 
 +
 + -- Rene Engelhard <rene@debian.org>  Wed, 21 Feb 2007 19:33:31 +0100
 +
 +hunspell (1.1.4-7) experimental; urgency=low
 +
 +  * fix 02_usr_share_myspell_dicts.dpatch to not define
 +    LIBDIR as /usr/share/hunspell _yet_, oops
 +
 + -- Rene Engelhard <rene@debian.org>  Sun,  7 Jan 2007 18:43:26 +0100
 +
 +hunspell (1.1.4-6) experimental; urgency=low
 +
 +  * fix tail usage in tests.sh
 +  * take patch from Fedora to build shared lib (libhunspell-1.1.so.0)
 +    (closes: #324637); stop building _pic versions; build-depend on
 +    libtool and automake1.9
 +
 + -- Rene Engelhard <rene@debian.org>  Mon,  1 Jan 2007 03:44:11 +0100
 +
 +hunspell (1.1.4-5) unstable; urgency=high
 +
 +  * add full MPL to debian/copyright (closes: #402324) 
 +
 + -- Rene Engelhard <rene@debian.org>  Sat,  9 Dec 2006 16:49:02 +0100
 +
 +hunspell (1.1.4-4) unstable; urgency=medium
 +
 +  * move fixes from last NMU to proper patches.
 +  * make w_char structure tightly packed, needed on arm, thanks
 +    Steinar H. Gunderson and remove XFAILED= from configure.ac
 +    since the tests now fail because of unexpected passes.
 +    (closes: #396528)
 +
 + -- Rene Engelhard <rene@debian.org>  Thu, 16 Nov 2006 15:52:53 +0100
 +
 +hunspell (1.1.4-3.1) unstable; urgency=medium
 +
 +  * Non-maintainer upload.
 +  * Set LANG=C at the top of tests/test.sh; fixes FTBFS when LANG is not C
 +    during build (since sed behaves differently).
 +  * Ensure we are working on signed characters when converting to and from
 +    UTF-8 internally; should fix test failures and FTBFS on arm.
 +    (Closes: #396528)
 +
 + -- Steinar H. Gunderson <sesse@debian.org>  Wed, 15 Nov 2006 20:06:28 +0100
 +
 +hunspell (1.1.4-3) unstable; urgency=low
 +
 +  * allow hunspell-dictionary-de in hunspells Depends:, thanks
 +    Gerfried Fuchs (closes: #359628)
 +
 + -- Rene Engelhard <rene@debian.org>  Tue, 28 Mar 2006 20:08:34 +0200
 +
 +hunspell (1.1.4-2) unstable; urgency=low
 +
 +  * set LIBDIR to /usr/share/myspell/dicts (closes: #357249) 
 +
 + -- Rene Engelhard <rene@debian.org>  Thu, 16 Mar 2006 17:09:50 +0100
 +
 +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 e77799e,0000000..7732a93
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,120 -1,0 +1,120 @@@
 +Source: hunspell
 +Priority: optional
 +Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
 +Uploaders: Rene Engelhard <rene@debian.org>, Chris Halls <halls@debian.org>,
 + Tim Retout <diocles@debian.org>
 +Build-Depends: debhelper (>= 9.20151219), libreadline-dev, libncurses5-dev,
 + libncursesw5-dev, dh-autoreconf
 +Standards-Version: 3.9.6
 +Section: text
- Homepage: http://hunspell.sourceforge.net/
++Homepage: http://hunspell.github.io/
 +
 +Package: libhunspell-dev
 +Section: libdevel
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends},
 + libhunspell-1.3-0 (= ${binary:Version})
 +Replaces: hunspell (<< 1.2.7-2)
 +Multi-Arch: same
 +Description: spell checker and morphological analyzer (development)
 + 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 characters)
 +  - 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 headers and the static library.
 +
 +Package: libhunspell-1.3-0
 +Section: libs
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +Recommends: hunspell-en-us | hunspell-dictionary | myspell-dictionary
 +Conflicts: openoffice.org-core (= 2.2.0~rc2-1)
 +Multi-Arch: same
 +Pre-Depends: ${misc:Pre-Depends}
 +Description: spell checker and morphological analyzer (shared 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 characters)
 +  - 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 shared library.
 +
 +Package: hunspell
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}, hunspell-en-us | hunspell-dictionary | myspell-dictionary
 +Suggests: unzip
 +Multi-Arch: foreign
 +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 characters)
 +  - 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.
 +
 +Package: hunspell-tools
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
 +Conflicts: libmyspell-dev
 +Replaces: libmyspell-dev, hunspell (<< 1.2.7-2)
 +Multi-Arch: foreign
 +Description: tools for hunspell
 + 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 characters)
 +  - 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 a the munch/unmunch tools of hunspell and
 + ispellaff2myspell for converting ispell affix files for myspell/hunspell
 + format.
 +
diff --cc debian/copyright
index 3507a57,0000000..0db8a8d
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,581 -1,0 +1,581 @@@
 +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
++It was downloaded https://github.com/hunspell/hunspell/releases
 +
 +Copyright Holder: László Németh <nemethl@gyorsposta.hu>
 +
 +License:
 +
 +GPL/LGPL/MPL, on Debian systems you can find the full text of the LGPL in /usr/share/common-licenses/LGPL-2.1 and the full
 +text of the GPL in /usr/share/common-licenses/GPL-2.
 +
 +MPL:
 +
 +                          MOZILLA PUBLIC LICENSE
 +                                Version 1.1
 +
 +                              ---------------
 +
 +1. Definitions.
 +
 +     1.0.1. "Commercial Use" means distribution or otherwise making the
 +     Covered Code available to a third party.
 +
 +     1.1. "Contributor" means each entity that creates or contributes to
 +     the creation of Modifications.
 +
 +     1.2. "Contributor Version" means the combination of the Original
 +     Code, prior Modifications used by a Contributor, and the Modifications
 +     made by that particular Contributor.
 +
 +     1.3. "Covered Code" means the Original Code or Modifications or the
 +     combination of the Original Code and Modifications, in each case
 +     including portions thereof.
 +
 +     1.4. "Electronic Distribution Mechanism" means a mechanism generally
 +     accepted in the software development community for the electronic
 +     transfer of data.
 +
 +     1.5. "Executable" means Covered Code in any form other than Source
 +     Code.
 +
 +     1.6. "Initial Developer" means the individual or entity identified
 +     as the Initial Developer in the Source Code notice required by Exhibit
 +     A.
 +
 +     1.7. "Larger Work" means a work which combines Covered Code or
 +     portions thereof with code not governed by the terms of this License.
 +
 +     1.8. "License" means this document.
 +
 +     1.8.1. "Licensable" means having the right to grant, to the maximum
 +     extent possible, whether at the time of the initial grant or
 +     subsequently acquired, any and all of the rights conveyed herein.
 +
 +     1.9. "Modifications" means any addition to or deletion from the
 +     substance or structure of either the Original Code or any previous
 +     Modifications. When Covered Code is released as a series of files, a
 +     Modification is:
 +          A. Any addition to or deletion from the contents of a file
 +          containing Original Code or previous Modifications.
 +
 +          B. Any new file that contains any part of the Original Code or
 +          previous Modifications.
 +
 +     1.10. "Original Code" means Source Code of computer software code
 +     which is described in the Source Code notice required by Exhibit A as
 +     Original Code, and which, at the time of its release under this
 +     License is not already Covered Code governed by this License.
 +
 +     1.10.1. "Patent Claims" means any patent claim(s), now owned or
 +     hereafter acquired, including without limitation,  method, process,
 +     and apparatus claims, in any patent Licensable by grantor.
 +
 +     1.11. "Source Code" means the preferred form of the Covered Code for
 +     making modifications to it, including all modules it contains, plus
 +     any associated interface definition files, scripts used to control
 +     compilation and installation of an Executable, or source code
 +     differential comparisons against either the Original Code or another
 +     well known, available Covered Code of the Contributor's choice. The
 +     Source Code can be in a compressed or archival form, provided the
 +     appropriate decompression or de-archiving software is widely available
 +     for no charge.
 +
 +     1.12. "You" (or "Your")  means an individual or a legal entity
 +     exercising rights under, and complying with all of the terms of, this
 +     License or a future version of this License issued under Section 6.1.
 +     For legal entities, "You" includes any entity which controls, is
 +     controlled by, or is under common control with You. For purposes of
 +     this definition, "control" means (a) the power, direct or indirect,
 +     to cause the direction or management of such entity, whether by
 +     contract or otherwise, or (b) ownership of more than fifty percent
 +     (50%) of the outstanding shares or beneficial ownership of such
 +     entity.
 +
 +2. Source Code License.
 +
 +     2.1. The Initial Developer Grant.
 +     The Initial Developer hereby grants You a world-wide, royalty-free,
 +     non-exclusive license, subject to third party intellectual property
 +     claims:
 +          (a)  under intellectual property rights (other than patent or
 +          trademark) Licensable by Initial Developer to use, reproduce,
 +          modify, display, perform, sublicense and distribute the Original
 +          Code (or portions thereof) with or without Modifications, and/or
 +          as part of a Larger Work; and
 +
 +          (b) under Patents Claims infringed by the making, using or
 +          selling of Original Code, to make, have made, use, practice,
 +          sell, and offer for sale, and/or otherwise dispose of the
 +          Original Code (or portions thereof).
 +
 +          (c) the licenses granted in this Section 2.1(a) and (b) are
 +          effective on the date Initial Developer first distributes
 +          Original Code under the terms of this License.
 +
 +          (d) Notwithstanding Section 2.1(b) above, no patent license is
 +          granted: 1) for code that You delete from the Original Code; 2)
 +          separate from the Original Code;  or 3) for infringements caused
 +          by: i) the modification of the Original Code or ii) the
 +          combination of the Original Code with other software or devices.
 +
 +     2.2. Contributor Grant.
 +     Subject to third party intellectual property claims, each Contributor
 +     hereby grants You a world-wide, royalty-free, non-exclusive license
 +
 +          (a)  under intellectual property rights (other than patent or
 +          trademark) Licensable by Contributor, to use, reproduce, modify,
 +          display, perform, sublicense and distribute the Modifications
 +          created by such Contributor (or portions thereof) either on an
 +          unmodified basis, with other Modifications, as Covered Code
 +          and/or as part of a Larger Work; and
 +
 +          (b) under Patent Claims infringed by the making, using, or
 +          selling of  Modifications made by that Contributor either alone
 +          and/or in combination with its Contributor Version (or portions
 +          of such combination), to make, use, sell, offer for sale, have
 +          made, and/or otherwise dispose of: 1) Modifications made by that
 +          Contributor (or portions thereof); and 2) the combination of
 +          Modifications made by that Contributor with its Contributor
 +          Version (or portions of such combination).
 +
 +          (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
 +          effective on the date Contributor first makes Commercial Use of
 +          the Covered Code.
 +
 +          (d)    Notwithstanding Section 2.2(b) above, no patent license is
 +          granted: 1) for any code that Contributor has deleted from the
 +          Contributor Version; 2)  separate from the Contributor Version;
 +          3)  for infringements caused by: i) third party modifications of
 +          Contributor Version or ii)  the combination of Modifications made
 +          by that Contributor with other software  (except as part of the
 +          Contributor Version) or other devices; or 4) under Patent Claims
 +          infringed by Covered Code in the absence of Modifications made by
 +          that Contributor.
 +
 +3. Distribution Obligations.
 +
 +     3.1. Application of License.
 +     The Modifications which You create or to which You contribute are
 +     governed by the terms of this License, including without limitation
 +     Section 2.2. The Source Code version of Covered Code may be
 +     distributed only under the terms of this License or a future version
 +     of this License released under Section 6.1, and You must include a
 +     copy of this License with every copy of the Source Code You
 +     distribute. You may not offer or impose any terms on any Source Code
 +     version that alters or restricts the applicable version of this
 +     License or the recipients' rights hereunder. However, You may include
 +     an additional document offering the additional rights described in
 +     Section 3.5.
 +
 +     3.2. Availability of Source Code.
 +     Any Modification which You create or to which You contribute must be
 +     made available in Source Code form under the terms of this License
 +     either on the same media as an Executable version or via an accepted
 +     Electronic Distribution Mechanism to anyone to whom you made an
 +     Executable version available; and if made available via Electronic
 +     Distribution Mechanism, must remain available for at least twelve (12)
 +     months after the date it initially became available, or at least six
 +     (6) months after a subsequent version of that particular Modification
 +     has been made available to such recipients. You are responsible for
 +     ensuring that the Source Code version remains available even if the
 +     Electronic Distribution Mechanism is maintained by a third party.
 +
 +     3.3. Description of Modifications.
 +     You must cause all Covered Code to which You contribute to contain a
 +     file documenting the changes You made to create that Covered Code and
 +     the date of any change. You must include a prominent statement that
 +     the Modification is derived, directly or indirectly, from Original
 +     Code provided by the Initial Developer and including the name of the
 +     Initial Developer in (a) the Source Code, and (b) in any notice in an
 +     Executable version or related documentation in which You describe the
 +     origin or ownership of the Covered Code.
 +
 +     3.4. Intellectual Property Matters
 +          (a) Third Party Claims.
 +          If Contributor has knowledge that a license under a third party's
 +          intellectual property rights is required to exercise the rights
 +          granted by such Contributor under Sections 2.1 or 2.2,
 +          Contributor must include a text file with the Source Code
 +          distribution titled "LEGAL" which describes the claim and the
 +          party making the claim in sufficient detail that a recipient will
 +          know whom to contact. If Contributor obtains such knowledge after
 +          the Modification is made available as described in Section 3.2,
 +          Contributor shall promptly modify the LEGAL file in all copies
 +          Contributor makes available thereafter and shall take other steps
 +          (such as notifying appropriate mailing lists or newsgroups)
 +          reasonably calculated to inform those who received the Covered
 +          Code that new knowledge has been obtained.
 +
 +          (b) Contributor APIs.
 +          If Contributor's Modifications include an application programming
 +          interface and Contributor has knowledge of patent licenses which
 +          are reasonably necessary to implement that API, Contributor must
 +          also include this information in the LEGAL file.
 +
 +               (c)    Representations.
 +          Contributor represents that, except as disclosed pursuant to
 +          Section 3.4(a) above, Contributor believes that Contributor's
 +          Modifications are Contributor's original creation(s) and/or
 +          Contributor has sufficient rights to grant the rights conveyed by
 +          this License.
 +
 +     3.5. Required Notices.
 +     You must duplicate the notice in Exhibit A in each file of the Source
 +     Code.  If it is not possible to put such notice in a particular Source
 +     Code file due to its structure, then You must include such notice in a
 +     location (such as a relevant directory) where a user would be likely
 +     to look for such a notice.  If You created one or more Modification(s)
 +     You may add your name as a Contributor to the notice described in
 +     Exhibit A.  You must also duplicate this License in any documentation
 +     for the Source Code where You describe recipients' rights or ownership
 +     rights relating to Covered Code.  You may choose to offer, and to
 +     charge a fee for, warranty, support, indemnity or liability
 +     obligations to one or more recipients of Covered Code. However, You
 +     may do so only on Your own behalf, and not on behalf of the Initial
 +     Developer or any Contributor. You must make it absolutely clear than
 +     any such warranty, support, indemnity or liability obligation is
 +     offered by You alone, and You hereby agree to indemnify the Initial
 +     Developer and every Contributor for any liability incurred by the
 +     Initial Developer or such Contributor as a result of warranty,
 +     support, indemnity or liability terms You offer.
 +
 +     3.6. Distribution of Executable Versions.
 +     You may distribute Covered Code in Executable form only if the
 +     requirements of Section 3.1-3.5 have been met for that Covered Code,
 +     and if You include a notice stating that the Source Code version of
 +     the Covered Code is available under the terms of this License,
 +     including a description of how and where You have fulfilled the
 +     obligations of Section 3.2. The notice must be conspicuously included
 +     in any notice in an Executable version, related documentation or
 +     collateral in which You describe recipients' rights relating to the
 +     Covered Code. You may distribute the Executable version of Covered
 +     Code or ownership rights under a license of Your choice, which may
 +     contain terms different from this License, provided that You are in
 +     compliance with the terms of this License and that the license for the
 +     Executable version does not attempt to limit or alter the recipient's
 +     rights in the Source Code version from the rights set forth in this
 +     License. If You distribute the Executable version under a different
 +     license You must make it absolutely clear that any terms which differ
 +     from this License are offered by You alone, not by the Initial
 +     Developer or any Contributor. You hereby agree to indemnify the
 +     Initial Developer and every Contributor for any liability incurred by
 +     the Initial Developer or such Contributor as a result of any such
 +     terms You offer.
 +
 +     3.7. Larger Works.
 +     You may create a Larger Work by combining Covered Code with other code
 +     not governed by the terms of this License and distribute the Larger
 +     Work as a single product. In such a case, You must make sure the
 +     requirements of this License are fulfilled for the Covered Code.
 +
 +4. Inability to Comply Due to Statute or Regulation.
 +
 +     If it is impossible for You to comply with any of the terms of this
 +     License with respect to some or all of the Covered Code due to
 +     statute, judicial order, or regulation then You must: (a) comply with
 +     the terms of this License to the maximum extent possible; and (b)
 +     describe the limitations and the code they affect. Such description
 +     must be included in the LEGAL file described in Section 3.4 and must
 +     be included with all distributions of the Source Code. Except to the
 +     extent prohibited by statute or regulation, such description must be
 +     sufficiently detailed for a recipient of ordinary skill to be able to
 +     understand it.
 +
 +5. Application of this License.
 +
 +     This License applies to code to which the Initial Developer has
 +     attached the notice in Exhibit A and to related Covered Code.
 +
 +6. Versions of the License.
 +
 +     6.1. New Versions.
 +     Netscape Communications Corporation ("Netscape") may publish revised
 +     and/or new versions of the License from time to time. Each version
 +     will be given a distinguishing version number.
 +
 +     6.2. Effect of New Versions.
 +     Once Covered Code has been published under a particular version of the
 +     License, You may always continue to use it under the terms of that
 +     version. You may also choose to use such Covered Code under the terms
 +     of any subsequent version of the License published by Netscape. No one
 +     other than Netscape has the right to modify the terms applicable to
 +     Covered Code created under this License.
 +
 +     6.3. Derivative Works.
 +     If You create or use a modified version of this License (which you may
 +     only do in order to apply it to code which is not already Covered Code
 +     governed by this License), You must (a) rename Your license so that
 +     the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
 +     "MPL", "NPL" or any confusingly similar phrase do not appear in your
 +     license (except to note that your license differs from this License)
 +     and (b) otherwise make it clear that Your version of the license
 +     contains terms which differ from the Mozilla Public License and
 +     Netscape Public License. (Filling in the name of the Initial
 +     Developer, Original Code or Contributor in the notice described in
 +     Exhibit A shall not of themselves be deemed to be modifications of
 +     this License.)
 +
 +7. DISCLAIMER OF WARRANTY.
 +
 +     COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
 +     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
 +     WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
 +     DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
 +     THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
 +     IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
 +     YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
 +     COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
 +     OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
 +     ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
 +
 +8. TERMINATION.
 +
 +     8.1.  This License and the rights granted hereunder will terminate
 +     automatically if You fail to comply with terms herein and fail to cure
 +     such breach within 30 days of becoming aware of the breach. All
 +     sublicenses to the Covered Code which are properly granted shall
 +     survive any termination of this License. Provisions which, by their
 +     nature, must remain in effect beyond the termination of this License
 +     shall survive.
 +
 +     8.2.  If You initiate litigation by asserting a patent infringement
 +     claim (excluding declatory judgment actions) against Initial Developer
 +     or a Contributor (the Initial Developer or Contributor against whom
 +     You file such action is referred to as "Participant")  alleging that:
 +
 +     (a)  such Participant's Contributor Version directly or indirectly
 +     infringes any patent, then any and all rights granted by such
 +     Participant to You under Sections 2.1 and/or 2.2 of this License
 +     shall, upon 60 days notice from Participant terminate prospectively,
 +     unless if within 60 days after receipt of notice You either: (i)
 +     agree in writing to pay Participant a mutually agreeable reasonable
 +     royalty for Your past and future use of Modifications made by such
 +     Participant, or (ii) withdraw Your litigation claim with respect to
 +     the Contributor Version against such Participant.  If within 60 days
 +     of notice, a reasonable royalty and payment arrangement are not
 +     mutually agreed upon in writing by the parties or the litigation claim
 +     is not withdrawn, the rights granted by Participant to You under
 +     Sections 2.1 and/or 2.2 automatically terminate at the expiration of
 +     the 60 day notice period specified above.
 +
 +     (b)  any software, hardware, or device, other than such Participant's
 +     Contributor Version, directly or indirectly infringes any patent, then
 +     any rights granted to You by such Participant under Sections 2.1(b)
 +     and 2.2(b) are revoked effective as of the date You first made, used,
 +     sold, distributed, or had made, Modifications made by that
 +     Participant.
 +
 +     8.3.  If You assert a patent infringement claim against Participant
 +     alleging that such Participant's Contributor Version directly or
 +     indirectly infringes any patent where such claim is resolved (such as
 +     by license or settlement) prior to the initiation of patent
 +     infringement litigation, then the reasonable value of the licenses
 +     granted by such Participant under Sections 2.1 or 2.2 shall be taken
 +     into account in determining the amount or value of any payment or
 +     license.
 +
 +     8.4.  In the event of termination under Sections 8.1 or 8.2 above,
 +     all end user license agreements (excluding distributors and resellers)
 +     which have been validly granted by You or any distributor hereunder
 +     prior to termination shall survive termination.
 +
 +9. LIMITATION OF LIABILITY.
 +
 +     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
 +     (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
 +     DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
 +     OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
 +     ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
 +     CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
 +     WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
 +     COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
 +     INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
 +     LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
 +     RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
 +     PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
 +     EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
 +     THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
 +
 +10. U.S. GOVERNMENT END USERS.
 +
 +     The Covered Code is a "commercial item," as that term is defined in
 +     48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
 +     software" and "commercial computer software documentation," as such
 +     terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
 +     C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
 +     all U.S. Government End Users acquire Covered Code with only those
 +     rights set forth herein.
 +
 +11. MISCELLANEOUS.
 +
 +     This License represents the complete agreement concerning subject
 +     matter hereof. If any provision of this License is held to be
 +     unenforceable, such provision shall be reformed only to the extent
 +     necessary to make it enforceable. This License shall be governed by
 +     California law provisions (except to the extent applicable law, if
 +     any, provides otherwise), excluding its conflict-of-law provisions.
 +     With respect to disputes in which at least one party is a citizen of,
 +     or an entity chartered or registered to do business in the United
 +     States of America, any litigation relating to this License shall be
 +     subject to the jurisdiction of the Federal Courts of the Northern
 +     District of California, with venue lying in Santa Clara County,
 +     California, with the losing party responsible for costs, including
 +     without limitation, court costs and reasonable attorneys' fees and
 +     expenses. The application of the United Nations Convention on
 +     Contracts for the International Sale of Goods is expressly excluded.
 +     Any law or regulation which provides that the language of a contract
 +     shall be construed against the drafter shall not apply to this
 +     License.
 +
 +12. RESPONSIBILITY FOR CLAIMS.
 +
 +     As between Initial Developer and the Contributors, each party is
 +     responsible for claims and damages arising, directly or indirectly,
 +     out of its utilization of rights under this License and You agree to
 +     work with Initial Developer and Contributors to distribute such
 +     responsibility on an equitable basis. Nothing herein is intended or
 +     shall be deemed to constitute any admission of liability.
 +
 +13. MULTIPLE-LICENSED CODE.
 +
 +     Initial Developer may designate portions of the Covered Code as
 +     "Multiple-Licensed".  "Multiple-Licensed" means that the Initial
 +     Developer permits you to utilize portions of the Covered Code under
 +     Your choice of the NPL or the alternative licenses, if any, specified
 +     by the Initial Developer in the file described in Exhibit A.
 +
 +EXHIBIT A -Mozilla Public License.
 +
 +     ``The contents of this file are subject to the Mozilla Public License
 +     Version 1.1 (the "License"); you may not use this file except in
 +     compliance with the License. You may obtain a copy of the License at
 +     http://www.mozilla.org/MPL/
 +
 +     Software distributed under the License is distributed on an "AS IS"
 +     basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
 +     License for the specific language governing rights and limitations
 +     under the License.
 +
 +     The Original Code is ______________________________________.
 +
 +     The Initial Developer of the Original Code is ________________________.
 +     Portions created by ______________________ are Copyright (C) ______
 +     _______________________. All Rights Reserved.
 +
 +     Contributor(s): ______________________________________.
 +
 +     Alternatively, the contents of this file may be used under the terms
 +     of the _____ license (the  "[___] License"), in which case the
 +     provisions of [______] License are applicable instead of those
 +     above.  If you wish to allow use of your version of this file only
 +     under the terms of the [____] License and not to allow others to use
 +     your version of this file under the MPL, indicate your decision by
 +     deleting  the provisions above and replace  them with the notice and
 +     other provisions required by the [___] License.  If you do not delete
 +     the provisions above, a recipient may use your version of this file
 +     under either the MPL or the [___] License."
 +
 +     [NOTE: The text of this Exhibit A may differ slightly from the text of
 +     the notices in the Source Code files of the Original Code. You should
 +     use the text of this Exhibit A rather than the text found in the
 +     Original Code Source Code for Your Modifications.]
 +
 +     ----------------------------------------------------------------------
 +
 +     AMENDMENTS
 +
 +     The Netscape Public License Version 1.1 ("NPL") consists of the
 +     Mozilla Public License Version 1.1 with the following Amendments,
 +     including Exhibit A-Netscape Public License.  Files identified with
 +     "Exhibit A-Netscape Public License" are governed by the Netscape
 +     Public License Version 1.1.
 +
 +     Additional Terms applicable to the Netscape Public License.
 +          I. Effect.
 +          These additional terms described in this Netscape Public
 +          License -- Amendments shall apply to the Mozilla Communicator
 +          client code and to all Covered Code under this License.
 +
 +          II. "Netscape's Branded Code" means Covered Code that Netscape
 +          distributes and/or permits others to distribute under one or more
 +          trademark(s) which are controlled by Netscape but which are not
 +          licensed for use under this License.
 +
 +          III. Netscape and logo.
 +          This License does not grant any rights to use the trademarks
 +          "Netscape", the "Netscape N and horizon" logo or the "Netscape
 +          lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript",
 +          "Smart Browsing" even if such marks are included in the Original
 +          Code or Modifications.
 +
 +          IV. Inability to Comply Due to Contractual Obligation.
 +          Prior to licensing the Original Code under this License, Netscape
 +          has licensed third party code for use in Netscape's Branded Code.
 +          To the extent that Netscape is limited contractually from making
 +          such third party code available under this License, Netscape may
 +          choose to reintegrate such code into Covered Code without being
 +          required to distribute such code in Source Code form, even if
 +          such code would otherwise be considered "Modifications" under
 +          this License.
 +
 +          V. Use of Modifications and Covered Code by Initial Developer.
 +               V.1. In General.
 +               The obligations of Section 3 apply to Netscape, except to
 +               the extent specified in this Amendment, Section V.2 and V.3.
 +
 +               V.2. Other Products.
 +               Netscape may include Covered Code in products other than the
 +               Netscape's Branded Code which are released by Netscape
 +               during the two (2) years following the release date of the
 +               Original Code, without such additional products becoming
 +               subject to the terms of this License, and may license such
 +               additional products on different terms from those contained
 +               in this License.
 +
 +               V.3. Alternative Licensing.
 +               Netscape may license the Source Code of Netscape's Branded
 +               Code, including Modifications incorporated therein, without
 +               such Netscape Branded Code becoming subject to the terms of
 +               this License, and may license such Netscape Branded Code on
 +               different terms from those contained in this License.
 +
 +          VI. Litigation.
 +          Notwithstanding the limitations of Section 11 above, the
 +          provisions regarding litigation in Section 11(a), (b) and (c) of
 +          the License shall apply to all disputes relating to this License.
 +
 +     EXHIBIT A-Netscape Public License.
 +
 +          "The contents of this file are subject to the Netscape Public
 +          License Version 1.1 (the "License"); you may not use this file
 +          except in compliance with the License. You may obtain a copy of
 +          the License at http://www.mozilla.org/NPL/
 +
 +          Software distributed under the License is distributed on an "AS
 +          IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 +          implied. See the License for the specific language governing
 +          rights and limitations under the License.
 +
 +          The Original Code is Mozilla Communicator client code, released
 +          March 31, 1998.
 +
 +          The Initial Developer of the Original Code is Netscape
 +          Communications Corporation. Portions created by Netscape are
 +          Copyright (C) 1998-1999 Netscape Communications Corporation. All
 +          Rights Reserved.
 +
 +          Contributor(s): ______________________________________.
 +
 +          Alternatively, the contents of this file may be used under the
 +          terms of the _____ license (the "[___] License"), in which case
 +          the provisions of [______] License are applicable  instead of
 +          those above.  If you wish to allow use of your version of this
 +          file only under the terms of the [____] License and not to allow
 +          others to use your version of this file under the NPL, indicate
 +          your decision by deleting  the provisions above and replace  them
 +          with the notice and other provisions required by the [___]
 +          License.  If you do not delete the provisions above, a recipient
 +          may use your version of this file under either the NPL or the
 +          [___] License."
diff --cc debian/patches/series
index b6107eb,0000000..d30c5ce
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,5 -1,0 +1,3 @@@
 +aspell_conv
- debian-changes-1.2.4-2
- bug185.diff
- dont-translate-init-string.diff
++#debian-changes-1.2.4-2
 +avoid-grep-binary-match.diff
diff --cc debian/watch
index 0000000,0000000..6c0eb10
new file mode 100644
--- /dev/null
+++ b/debian/watch
@@@ -1,0 -1,0 +1,3 @@@
++version=2
++opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/hunspell-$1\.tar\.gz/ \
++  https://github.com/hunspell/hunspell/tags .*/v?(\d\S*)\.tar\.gz

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


Reply to: