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

[hunspell] 72/98: Imported Debian patch 1.2.11-1



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

rene pushed a commit to branch master
in repository hunspell.

commit 1d6f0f7fc98db793d09022c70bbddb7eb65a45eb
Merge: 913f563 1baa15b
Author: Rene Engelhard <rene@debian.org>
Date:   Sat May 15 02:08:37 2010 +0200

    Imported Debian patch 1.2.11-1

 ABOUT-NLS                          |  1163 +-
 AUTHORS.myspell                    |     2 +-
 ChangeLog                          |    95 +
 Makefile.in                        |   321 +-
 NEWS                               |     5 +
 THANKS                             |     3 +
 aclocal.m4                         |  6974 +------
 config.h.in                        |   236 +-
 config.rpath                       |   666 +
 configure                          | 37060 ++++++++++++++++-------------------
 configure.ac                       |     8 +-
 debian/changelog                   |     6 +
 debian/libhunspell-1.2-0.shlibs    |     2 +-
 debian/patches/00list              |     1 -
 debian/patches/15_OOo_paths.dpatch |    23 -
 debian/rules                       |     2 +-
 hunspell.pc.in                     |     2 +-
 intl/ChangeLog                     |     4 +-
 intl/Makefile.in                   |   444 +-
 intl/VERSION                       |     2 +-
 intl/bindtextdom.c                 |    63 +-
 intl/config.charset                |   326 +-
 intl/dcgettext.c                   |    13 +-
 intl/dcigettext.c                  |  1197 +-
 intl/dcngettext.c                  |    18 +-
 intl/dgettext.c                    |    15 +-
 intl/dngettext.c                   |    20 +-
 intl/eval-plural.h                 |    20 +-
 intl/explodename.c                 |   127 +-
 intl/export.h                      |     6 +
 intl/finddomain.c                  |    92 +-
 intl/gettext.c                     |    11 +-
 intl/gettextP.h                    |   266 +-
 intl/gmo.h                         |    64 +-
 intl/hash-string.c                 |    51 +
 intl/hash-string.h                 |    45 +-
 intl/intl-compat.c                 |   137 +-
 intl/intl-exports.c                |    36 +
 intl/l10nflist.c                   |   265 +-
 intl/langprefs.c                   |   130 +
 intl/libgnuintl.h                  |   138 -
 intl/libgnuintl.h.in               |   419 +
 intl/libintl.rc                    |    38 +
 intl/loadinfo.h                    |   109 +-
 intl/loadmsgcat.c                  |  1227 +-
 intl/localcharset.c                |   194 +-
 intl/localcharset.h                |    42 +
 intl/locale.alias                  |    21 +-
 intl/localealias.c                 |   214 +-
 intl/localename.c                  |  1441 +-
 intl/lock.c                        |   922 +
 intl/lock.h                        |  1105 ++
 intl/log.c                         |   116 +
 intl/ngettext.c                    |    15 +-
 intl/os2compat.c                   |     6 +-
 intl/os2compat.h                   |     2 +-
 intl/osdep.c                       |     8 +-
 intl/plural-exp.c                  |    13 +-
 intl/plural-exp.h                  |    95 +-
 intl/plural.c                      |  2209 ++-
 intl/plural.y                      |    68 +-
 intl/printf-args.c                 |   188 +
 intl/printf-args.h                 |   155 +
 intl/printf-parse.c                |   590 +
 intl/printf-parse.h                |    75 +
 intl/printf.c                      |   427 +
 intl/ref-add.sin                   |     2 +-
 intl/ref-del.sin                   |     2 +-
 intl/relocatable.c                 |   468 +
 intl/relocatable.h                 |    79 +
 intl/textdomain.c                  |    41 +-
 intl/tsearch.c                     |   684 +
 intl/tsearch.h                     |    83 +
 intl/vasnprintf.c                  |  4677 +++++
 intl/vasnprintf.h                  |    78 +
 intl/vasnwprintf.h                 |    46 +
 intl/{osdep.c => version.c}        |    18 +-
 intl/wprintf-parse.h               |    75 +
 intl/xsize.h                       |   109 +
 ltmain.sh                          | 13093 +++++++------
 m4/Makefile.am                     |     9 +-
 m4/Makefile.in                     |   121 +-
 m4/codeset.m4                      |    14 +-
 m4/gettext.m4                      |   420 +-
 m4/glibc2.m4                       |    30 +
 m4/glibc21.m4                      |    14 +-
 m4/iconv.m4                        |   112 +-
 m4/intdiv0.m4                      |    84 +
 m4/intl.m4                         |   285 +
 m4/intldir.m4                      |    19 +
 m4/intlmacosx.m4                   |    51 +
 m4/intmax.m4                       |    33 +
 m4/inttypes-pri.m4                 |    36 +
 m4/inttypes_h.m4                   |    26 +
 m4/lcmessage.m4                    |    32 +-
 m4/lib-ld.m4                       |    47 +-
 m4/lib-link.m4                     |   325 +-
 m4/lib-prefix.m4                   |    61 +-
 m4/libtool.m4                      |  7360 +++++++
 m4/lock.m4                         |   316 +
 m4/longlong.m4                     |   109 +
 m4/ltoptions.m4                    |   368 +
 m4/ltsugar.m4                      |   123 +
 m4/ltversion.m4                    |    23 +
 m4/lt~obsolete.m4                  |    92 +
 m4/nls.m4                          |    31 +
 m4/po.m4                           |   449 +
 m4/printf-posix.m4                 |    44 +
 m4/progtest.m4                     |    79 +-
 m4/size_max.m4                     |    68 +
 m4/stdint_h.m4                     |    26 +
 m4/uintmax_t.m4                    |    30 +
 m4/visibility.m4                   |    52 +
 m4/wchar_t.m4                      |    20 +
 m4/wint_t.m4                       |    28 +
 m4/xsize.m4                        |    13 +
 man/Makefile.in                    |   459 +-
 man/hu/Makefile.in                 |   292 +-
 man/hunspell.1                     |    12 +-
 man/hunspell.4                     |    62 +-
 po/LINGUAS                         |     2 +
 po/Makefile.in.in                  |   194 +-
 po/Rules-quot                      |     5 +
 po/hu.gmo                          |   Bin 8886 -> 8799 bytes
 po/hu.po                           |   160 +-
 po/hunspell.pot                    |   160 +-
 po/it.gmo                          |   Bin 0 -> 8834 bytes
 po/it.po                           |   448 +
 po/stamp-po                        |     1 +
 src/Makefile.in                    |   206 +-
 src/hunspell/Makefile.am           |    14 +-
 src/hunspell/Makefile.in           |   235 +-
 src/hunspell/affentry.cxx          |    50 +-
 src/hunspell/affentry.hxx          |    14 +-
 src/hunspell/affixmgr.cxx          |   649 +-
 src/hunspell/affixmgr.hxx          |   125 +-
 src/hunspell/atypes.hxx            |     4 +-
 src/hunspell/baseaffix.hxx         |     6 +-
 src/hunspell/csutil.cxx            |    95 +-
 src/hunspell/csutil.hxx            |   149 +-
 src/hunspell/dictmgr.cxx           |    35 +-
 src/hunspell/dictmgr.hxx           |     4 +-
 src/hunspell/filemgr.cxx           |     9 +-
 src/hunspell/filemgr.hxx           |     6 +-
 src/hunspell/hashmgr.cxx           |    44 +-
 src/hunspell/hashmgr.hxx           |     8 +-
 src/hunspell/htypes.hxx            |     4 +-
 src/hunspell/hunspell.cxx          |   113 +-
 src/hunspell/hunspell.h            |    38 +-
 src/hunspell/hunspell.hxx          |    21 +-
 src/hunspell/hunvisapi.h           |    18 +
 src/hunspell/hunvisapi.h.in        |    18 +
 src/hunspell/hunzip.cxx            |     9 +-
 src/hunspell/hunzip.hxx            |     6 +-
 src/hunspell/makefile.mk           |    23 +-
 src/hunspell/phonet.cxx            |    23 +-
 src/hunspell/phonet.hxx            |     6 +-
 src/hunspell/replist.cxx           |     8 +-
 src/hunspell/replist.hxx           |     5 +-
 src/hunspell/suggestmgr.cxx        |   140 +-
 src/hunspell/suggestmgr.hxx        |     7 +-
 src/parsers/Makefile.in            |   205 +-
 src/parsers/latexparser.cxx        |     6 +-
 src/parsers/testparser.cxx         |     1 +
 src/tools/Makefile.am              |    15 +-
 src/tools/Makefile.in              |   347 +-
 src/tools/chmorph.cxx              |     1 +
 src/tools/hunspell.cxx             |   399 +-
 src/tools/hzip.c                   |   144 +-
 src/tools/ispellaff2myspell        |   472 +
 src/tools/munch.c                  |    28 +-
 src/tools/unmunch.c                |    29 +-
 src/tools/wordlist2hunspell        |    38 +
 src/win_api/Hunspell.rc            |    10 +-
 src/win_api/Makefile.am            |     4 +-
 src/win_api/Makefile.in            |   116 +-
 src/win_api/config.h               |    11 +-
 src/win_api/hunspelldll.c          |   252 +-
 src/win_api/hunspelldll.h          |    30 +-
 src/win_api/libhunspell.vcproj     |    12 +-
 src/win_api/testparser.vcproj      |     6 +-
 tests/Makefile.in                  |   257 +-
 tests/map.aff                      |     3 +-
 tests/map.dic                      |     3 +-
 tests/map.sug                      |     1 +
 tests/map.wrong                    |     1 +
 tests/maputf.aff                   |     3 +-
 tests/maputf.dic                   |     3 +-
 tests/maputf.sug                   |     1 +
 tests/maputf.wrong                 |     1 +
 tests/suggestiontest/Makefile.in   |   112 +-
 tests/test.sh                      |     4 +-
 192 files changed, 58428 insertions(+), 38137 deletions(-)

diff --cc debian/changelog
index f0247d7,0000000..447ac20
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,365 -1,0 +1,371 @@@
++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/libhunspell-1.2-0.shlibs
index 13dcd43,0000000..8ac774a
mode 100644,000000..100644
--- a/debian/libhunspell-1.2-0.shlibs
+++ b/debian/libhunspell-1.2-0.shlibs
@@@ -1,1 -1,0 +1,1 @@@
- libhunspell-1.2	0	libhunspell-1.2-0 (>= 1.2.8)
++libhunspell-1.2	0	libhunspell-1.2-0 (>= 1.2.11)
diff --cc debian/patches/00list
index 3cc1eeb,0000000..6d7ea0e
mode 100644,000000..100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@@ -1,4 -1,0 +1,3 @@@
 +14_aspell_conv
- 15_OOo_paths
 +16_1.2.4-2
 +#99_build_stuff
diff --cc debian/rules
index 73be746,0000000..d4de3f0
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,106 -1,0 +1,106 @@@
 +#!/usr/bin/make -f
 +# -*- makefile -*-
 +# Sample debian/rules that uses debhelper.
 +# This file was originally written by Joey Hess and Craig Small.
 +# As a special exception, when this file is copied by dh-make into a
 +# dh-make output file, you may use that output file without restriction.
 +# This special exception was added by Craig Small in version 0.37 of dh-make.
 +
 +# Uncomment this to turn on verbose mode.
 +#export DH_VERBOSE=1
 +
 +
 +# These are used for cross-compiling and for saving the configure script
 +# from having to guess our platform (since we know it already)
 +DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 +DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 +
 +include /usr/share/dpatch/dpatch.make
 +
 +CFLAGS = -Wall -g
 +
 +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 +	CFLAGS += -O0
 +else
 +	CFLAGS += -O2
 +endif
 +
 +# shared library versions, option 1
 +version=2.0.5
 +major=2
 +# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
 +#version=`ls src/.libs/lib*.so.* | \
 +# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
 +#major=`ls src/.libs/lib*.so.* | \
 +# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
 +
 +config.status: patch-stamp configure
 +	dh_testdir
 +	cp config.sub config.sub.old
 +	cp config.guess config.guess.old
 +	cp /usr/share/misc/config.sub .
 +	cp /usr/share/misc/config.guess .
 +	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
- 		--with-ui --with-readline
++		--with-ui --with-readline --disable-rpath
 +
 +build: build-stamp
 +build-stamp:  config.status
 +	dh_testdir
 +
 +	$(MAKE)
 +	$(MAKE) check
 +	pod2man debian/ispellaff2myspell \
 +		> debian/ispellaff2myspell.1
 +
 +	touch build-stamp
 +
 +clean:
 +	dh_testdir
 +	dh_testroot
 +	rm -f build-stamp
 +
 +	[ ! -f Makefile ] || $(MAKE) distclean
 +	./debian/rules unpatch
 +	rm -f debian/ispellaff2myspell.1
 +	rm -f config.log
 +
 +	rm -f libtool
 +	-mv config.sub.old config.sub
 +	-mv config.guess.old config.guess
 +
 +	dh_clean
 +
 +install: build
 +	dh_testdir
 +	dh_testroot
 +	dh_prep
 +	dh_installdirs
 +
 +	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 +
 +	dh_install
 +
 +binary-indep: build install
 +
 +binary-arch: build install
 +	dh_testdir
 +	dh_testroot
 +	dh_installchangelogs ChangeLog
 +	dh_installdocs
 +	dh_installexamples src/tools/example.cxx
 +	dh_install
 +	dh_installman
 +	dh_link
 +	dh_strip
 +	dh_compress
 +	dh_fixperms
 +	dh_makeshlibs
 +	dh_installdeb
 +	dh_shlibdeps
 +	dh_perl
 +	dh_gencontrol
 +	dh_md5sums
 +	dh_builddeb
 +
 +binary: binary-indep binary-arch
 +.PHONY: build clean binary-indep binary-arch binary install 

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


Reply to: