This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch master in repository hunspell.
commit 1011acdc6b6f4dbf8a684e28121ac110cdc16873 Merge: 4c94dcf 574b366 Author: Rene Engelhard <[email protected]> Date: Mon Sep 19 23:48:20 2005 +0200 Imported Debian patch 1.1.0-1 ChangeLog | 77 ++ NEWS | 61 ++ README | 17 +- THANKS | 1 + TODO | 1 - configure | 56 +- configure.ac | 4 +- debian/changelog | 7 + debian/rules | 4 +- man/hunspell.4 | 15 + po/hu.gmo | Bin 7638 -> 7975 bytes po/hu.po | 79 +- src/hunspell/Makefile.am | 2 +- src/hunspell/Makefile.in | 4 +- src/hunspell/README | 3 + src/hunspell/affentry.cxx | 55 +- src/hunspell/affixmgr.cxx | 453 ++++---- src/hunspell/affixmgr.hxx | 12 +- src/hunspell/atypes.hxx | 5 +- src/hunspell/csutil.cxx | 1146 ++++++++++++-------- src/hunspell/csutil.hxx | 2 +- src/hunspell/dictmgr.cxx | 94 +- src/hunspell/dictmgr.hxx | 3 + src/hunspell/hashmgr.cxx | 56 +- src/hunspell/hashmgr.hxx | 4 +- src/hunspell/hunspell.cxx | 165 +-- src/hunspell/langnum.hxx | 1 + src/hunspell/suggestmgr.cxx | 233 ++-- src/hunspell/suggestmgr.hxx | 5 +- src/tools/hunmorph.cxx | 1 + src/tools/munch.c | 10 +- src/tools/munch.h | 2 +- src/tools/unmunch.c | 11 +- src/tools/unmunch.h | 2 +- tests/Makefile.am | 94 +- tests/Makefile.in | 94 +- tests/base.aff | 192 ++++ tests/base.dic | 28 + tests/base.good | 22 + tests/base.sug | 10 + tests/{circumfix.test => base.test} | 2 +- tests/base.wrong | 11 + tests/checkcompounddup.aff | 3 + tests/checkcompounddup.dic | 3 + tests/checkcompounddup.good | 5 + tests/{circumfix.test => checkcompounddup.test} | 2 +- tests/checkcompounddup.wrong | 3 + tests/checkcompoundpattern.aff | 5 + tests/checkcompoundpattern.dic | 5 + tests/checkcompoundpattern.good | 2 + .../{circumfix.test => checkcompoundpattern.test} | 2 +- tests/checkcompoundpattern.wrong | 4 + tests/checkcompoundrep.aff | 8 + tests/checkcompoundrep.dic | 4 + tests/checkcompoundrep.good | 1 + tests/{circumfix.test => checkcompoundrep.test} | 2 +- tests/checkcompoundrep.wrong | 1 + tests/checkcompoundtriple.aff | 3 + tests/checkcompoundtriple.dic | 5 + tests/checkcompoundtriple.good | 6 + tests/{circumfix.test => checkcompoundtriple.test} | 2 +- tests/checkcompoundtriple.wrong | 2 + tests/circumfix.test | 2 +- tests/complexprefixes.test | 2 +- tests/complexprefixesutf.aff | 12 + tests/complexprefixesutf.dic | 2 + tests/complexprefixesutf.good | 3 + tests/{circumfix.test => complexprefixesutf.test} | 2 +- tests/complexprefixesutf.wrong | 2 + tests/compound.test | 2 +- tests/compoundaffix.good | 1 + tests/compoundaffix.test | 2 +- tests/compoundaffix.wrong | 1 - tests/compoundaffix2.test | 2 +- tests/compoundaffix2.wrong | 1 - tests/compoundaffix3.good | 1 + tests/compoundaffix3.test | 2 +- tests/compoundaffix3.wrong | 1 - tests/conditionalprefix.test | 2 +- tests/flag.test | 2 +- tests/flaglong.test | 2 +- tests/flagnum.test | 2 +- tests/fogemorpheme.test | 2 +- tests/forbiddenword.test | 2 +- tests/germancompounding.test | 2 +- tests/germansharps.test | 2 +- tests/germansharpsutf.test | 2 +- tests/i35725.aff | 199 ++++ tests/i35725.dic | 15 + tests/i35725.good | 1 + tests/i35725.sug | 10 + tests/{circumfix.test => i35725.test} | 2 +- tests/i35725.wrong | 10 + tests/i54633.aff | 1 + tests/i54633.dic | 2 + tests/i54633.good | 2 + tests/i54633.sug | 2 + tests/{circumfix.test => i54633.test} | 2 +- tests/i54633.wrong | 2 + tests/map.aff | 8 + tests/map.dic | 3 + tests/map.sug | 2 + tests/{circumfix.test => map.test} | 2 +- tests/map.wrong | 2 + tests/maputf.aff | 10 + tests/maputf.dic | 3 + tests/maputf.sug | 2 + tests/{circumfix.test => maputf.test} | 2 +- tests/maputf.wrong | 2 + tests/onlyincompound.aff | 5 + tests/onlyincompound.dic | 3 + tests/onlyincompound.good | 4 + tests/{circumfix.test => onlyincompound.test} | 2 +- tests/onlyincompound.wrong | 2 + tests/pseudoroot.test | 2 +- tests/pseudoroot2.test | 2 +- tests/pseudoroot3.test | 2 +- tests/pseudoroot4.test | 2 +- tests/pseudoroot5.aff | 13 + tests/pseudoroot5.dic | 2 + tests/pseudoroot5.good | 11 + tests/{circumfix.test => pseudoroot5.test} | 2 +- tests/pseudoroot5.wrong | 3 + tests/rep.aff | 9 + tests/rep.dic | 4 + tests/rep.sug | 3 + tests/{circumfix.test => rep.test} | 2 +- tests/rep.wrong | 3 + tests/reputf.aff | 9 + tests/reputf.dic | 2 + tests/reputf.sug | 1 + tests/{circumfix.test => reputf.test} | 2 +- tests/reputf.wrong | 1 + tests/test.sh | 108 ++ tests/test_hunmorph | 47 - tests/utf8.test | 2 +- tests/utfcompound.test | 2 +- tests/zeroaffix.test | 2 +- 138 files changed, 2643 insertions(+), 1061 deletions(-) diff --cc debian/changelog index e55a84e,0000000..4a3f93a mode 100644,000000..100644 --- a/debian/changelog +++ b/debian/changelog @@@ -1,33 -1,0 +1,40 @@@ ++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 + diff --cc debian/rules index 39ea1a7,0000000..a9daa98 mode 100755,000000..100755 --- a/debian/rules +++ b/debian/rules @@@ -1,104 -1,0 +1,102 @@@ +#!/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 + # Add here commands to configure the package. + 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 --disable-nls + + +build: build-stamp +build-stamp: config.status + dh_testdir + - # Add here commands to compile the package. + $(MAKE) ++ $(MAKE) check + + touch build-stamp + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp + - # Add here commands to clean up after the build process. + -$(MAKE) distclean +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + - + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + # move headers + cd debian/tmp/usr/include && \ + mkdir -p hunspell && mv *xx hunspell && rm munch.h unmunch.h + dh_install + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_install + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + 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

