Codebase list mozc / debian/1.5.1090.102-2
Fix FTBFS on kFreeBSD. (Closes: #678707) Disable renderer. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 11 years ago
3 changed file(s) with 21 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 mozc (1.5.1090.102-1) unstable; urgency=low
0 mozc (1.5.1090.102-2) unstable; urgency=high
1
2 * Fix FTBFS on kFreeBSD. (Closes: #678707)
3 Disable renderer.
4
5 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Thu, 28 Jun 2012 06:12:46 +0900
6
7 mozc (1.5.1090.102-1) unstable; urgency=high
18
29 * Update debian/control.
310 - Update debhelper to 9.
00 out_linux/Release/mozc_server usr/lib/mozc/
1 out_linux/Release/mozc_renderer usr/lib/mozc/
1 #out_linux/Release/mozc_renderer usr/lib/mozc/
00 #!/usr/bin/make -f
11 # -*- makefile -*-
22 #
3 #
3
44 DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
55 DEB_BUILD_MULTIARCH :=$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)
66 ifeq ($(DEB_BUILD_ARCH_OS),linux)
77 BUILD_OS=linux
8 TARGET=renderer/renderer.gyp:mozc_renderer
89 endif
910 ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd)
1011 BUILD_OS=gnu-kfreebsd
12 TARGET=
1113 endif
1214 BUILD_DIR=./out_linux
1315
1618 unix/emacs/emacs.gyp:mozc_emacs_helper \
1719 unix/uim/uim.gyp:uim-mozc \
1820 unix/fcitx/fcitx.gyp:fcitx-mozc \
19 server/server.gyp:mozc_server gui/gui.gyp:mozc_tool \
20 renderer/renderer.gyp:mozc_renderer
21 server/server.gyp:mozc_server gui/gui.gyp:mozc_tool $(TARGET)
2122
2223 # for architecture dependent variables and changelog vars
2324 vafilt = $(subst $(2)=,,$(filter $(2)=%,$(1)))
3233
3334 override_dh_auto_configure:
3435 python build_mozc.py gyp --gypdir=/usr/bin --channel_dev=0 \
35 --build_base=$(BUILD_DIR) \
36 --os=${BUILD_OS} --build_base=$(BUILD_DIR) \
3637 --use_libprotobuf
3738
3839 override_dh_auto_build:
5455 rm -rf dictionary/__init__.pyc
5556 rm -rf third_party/rx/rx.Makefile
5657 rm -rf build_tools/test_tools/test_launcher.pyc
58 rm -rf chrome/skk/skk_util_all_test.target.mk
59 rm -rf chrome/skk/skk_util_test.target.mk
5760
5861 override_dh_auto_install:
62 ifeq ($(DEB_BUILD_ARCH_OS),linux)
63 # mozc-server
64 install -D -m 0755 $(BUILD_DIR)/Release/mozc_renderer \
65 $(CURDIR)/debian/mozc-server/usr/lib/mozc/mozc_renderer
66 endif
5967 # ibus-mozc
6068 install -D -m 0755 $(BUILD_DIR)/Release/ibus_mozc \
6169 $(CURDIR)/debian/ibus-mozc/usr/lib/ibus-mozc/ibus-engine-mozc