This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch master in repository hunspell.
commit 0e1b26b8302cd78fd1eb6c4b1e8ea0727cc11aba Author: Rene Engelhard <[email protected]> Date: Tue Mar 20 16:19:18 2007 +0100 Imported Debian patch 1.1.5-2 --- debian/changelog | 6 ++++++ debian/patches/00list | 1 + debian/patches/13_badheader.dpatch | 35 +++++++++++++++++++++++++++++++++++ debian/rules | 2 +- 4 files changed, 43 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e37c601..7a1253c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hunspell (1.1.5-2) experimental; urgency=low + + * fix hunspell.hxx + + -- Rene Engelhard <[email protected]> Tue, 20 Mar 2007 16:19:18 +0100 + hunspell (1.1.5-1) experimental; urgency=low * New upstream release diff --git a/debian/patches/00list b/debian/patches/00list index bfb5256..d953c54 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -5,4 +5,5 @@ 08_tail 11_tools_headers 12_get_csconv +13_badheader 99_build_stuff diff --git a/debian/patches/13_badheader.dpatch b/debian/patches/13_badheader.dpatch new file mode 100644 index 0000000..e8b7e7b --- /dev/null +++ b/debian/patches/13_badheader.dpatch @@ -0,0 +1,35 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 13_badheader.dpatch by <[email protected]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad hunspell-1.1.5~/src/hunspell/hunspell.hxx hunspell-1.1.5/src/hunspell/hunspell.hxx +--- hunspell-1.1.5~/src/hunspell/hunspell.hxx 2007-03-20 16:25:44.000000000 +0100 ++++ hunspell-1.1.5/src/hunspell/hunspell.hxx 2007-03-20 16:25:45.000000000 +0100 +@@ -1,12 +1,8 @@ +-#include "license.hunspell" +-#include "license.myspell" +- + #include "hashmgr.hxx" + #include "affixmgr.hxx" + #include "suggestmgr.hxx" + #include "csutil.hxx" + #include "langnum.hxx" +-#include "config.h" + + #define SPELL_COMPOUND (1 << 0) + #define SPELL_FORBIDDEN (1 << 1) +diff -urNad hunspell-1.1.5~/src/tools/hunmorph.cxx hunspell-1.1.5/src/tools/hunmorph.cxx +--- hunspell-1.1.5~/src/tools/hunmorph.cxx 2005-09-16 11:25:17.000000000 +0200 ++++ hunspell-1.1.5/src/tools/hunmorph.cxx 2007-03-20 16:26:05.000000000 +0100 +@@ -4,7 +4,7 @@ + #include <cstdio> + + #include "hunspell.hxx" +- ++#include "config.h" + + #ifndef W32 + using namespace std; diff --git a/debian/rules b/debian/rules index 9e466db..92cc2eb 100755 --- a/debian/rules +++ b/debian/rules @@ -38,7 +38,7 @@ 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 --without-experimental + --with-ui --with-readline build: build-stamp build-stamp: config.status -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/hunspell.git

