This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch master in repository hunspell.
commit e79e9c83dc8578cdc7f63818c8f34e4d03c7315d Author: Rene Engelhard <[email protected]> Date: Mon Apr 7 00:13:37 2008 +0200 Imported Debian patch 1.1.9-2 --- debian/changelog | 6 ++++++ debian/patches/00list | 1 + debian/patches/15_encds_static.dpatch | 19 +++++++++++++++++++ 3 files changed, 26 insertions(+) diff --git a/debian/changelog b/debian/changelog index f32d75d..0180fc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hunspell (1.1.9-2) unstable; urgency=low + + * make encds[] struct static, thanks Stefan Weil. + + -- Rene Engelhard <[email protected]> Mon, 07 Apr 2008 00:13:37 +0200 + hunspell (1.1.9-1) unstable; urgency=low * New upstream release diff --git a/debian/patches/00list b/debian/patches/00list index 88cfcfb..10798de 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -3,4 +3,5 @@ 05_attribute_packed 06_remove-XFAILED 14_aspell_conv +15_encds_static 99_build_stuff diff --git a/debian/patches/15_encds_static.dpatch b/debian/patches/15_encds_static.dpatch new file mode 100644 index 0000000..4f8f619 --- /dev/null +++ b/debian/patches/15_encds_static.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 15_encds_static.dpatch by Rene Engelhard <[email protected]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad hunspell-1.1.9~/src/hunspell/csutil.cxx hunspell-1.1.9/src/hunspell/csutil.cxx +--- hunspell-1.1.9~/src/hunspell/csutil.cxx 2007-07-16 08:48:38.000000000 +0200 ++++ hunspell-1.1.9/src/hunspell/csutil.cxx 2008-04-07 00:13:28.000000000 +0200 +@@ -4937,7 +4937,7 @@ + { 0x00, 0xff, 0xff }, + }; + +-struct enc_entry encds[] = { ++static struct enc_entry encds[] = { + {"ISO8859-1",iso1_tbl}, + {"ISO8859-2",iso2_tbl}, + {"ISO8859-3",iso3_tbl}, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/hunspell.git

