Package: tomoe / 0.6.0-1.3
Metadata
Package | Version | Patches format |
---|---|---|
tomoe | 0.6.0-1.3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01_avoid_gcc_O2.diff | (download) |
module/dict/Makefile.am |
2 2 + 0 - 0 ! |
workaround huge file compilation with -o2 Upstream needs to re-consider the implementation. |
02_make_clean.diff | (download) |
data/Makefile.am |
2 1 + 1 - 0 ! |
fix make clean |
03_export_symbols.diff | (download) |
lib/tomoe-char.c |
2 1 + 1 - 0 ! |
export symbols needed |
04_make_check_workaround.diff | (download) |
po/Makefile.in.in |
14 8 + 6 - 0 ! |
don't invoke intltool_update for "make check" intltool_update scan files under .pc (quilt's patch directory), and it fails. |
05_fix_tomoe context.diff | (download) |
lib/tomoe-context.c |
4 1 + 3 - 0 ! |
bug fix of comparison function See module/recognizer/tomoe-recognizer-simple-logic.c |
06_ruby_binding_compile.diff | (download) |
configure |
7 3 + 4 - 0 ! |
ruby compile workaround for debian installation. (1) We should not depends on /usr/local (2) We should not install to /usr/local Err... yes, we need to change macros/ruby.m4... |