diff --git a/debian/patches/series b/debian/patches/series index d8b5a10..9bd7f06 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,3 @@ -support-kfreebsd.patch +#support-kfreebsd.patch uim-mozc.patch fcitx-mozc.patch diff --git a/debian/rules b/debian/rules index 68c4369..5fe8e75 100755 --- a/debian/rules +++ b/debian/rules @@ -19,13 +19,21 @@ endif BUILD_DIR=./out_linux -TARGETS=unix/ibus/ibus.gyp:ibus_mozc \ +TARGETS = unix/ibus/ibus.gyp:ibus_mozc \ unix/scim/scim.gyp:scim_mozc unix/scim/scim.gyp:scim_mozc_setup \ unix/emacs/emacs.gyp:mozc_emacs_helper \ - unix/uim/uim.gyp:uim-mozc \ - unix/fcitx/fcitx.gyp:fcitx-mozc \ server/server.gyp:mozc_server gui/gui.gyp:mozc_tool \ - renderer/renderer.gyp:mozc_renderer + renderer/renderer.gyp:mozc_renderer \ + unix/uim/uim.gyp:uim-mozc + + +#TARGETS=unix/ibus/ibus.gyp:ibus_mozc \ +# unix/scim/scim.gyp:scim_mozc unix/scim/scim.gyp:scim_mozc_setup \ +# unix/emacs/emacs.gyp:mozc_emacs_helper \ +# unix/uim/uim.gyp:uim-mozc \ +# unix/fcitx/fcitx.gyp:fcitx-mozc \ +# server/server.gyp:mozc_server gui/gui.gyp:mozc_tool \ +# renderer/renderer.gyp:mozc_renderer # for architecture dependent variables and changelog vars vafilt = $(subst $(2)=,,$(filter $(2)=%,$(1))) @@ -39,13 +47,17 @@ dh $@ override_dh_auto_configure: - python build_mozc.py gyp --gypdir=/usr/bin --channel_dev=0 \ - --os=$(BUILD_OS) --build_base=$(BUILD_DIR) \ - --use_libprotobuf + python build_mozc.py gyp --gypdir=/usr/bin +#python build_mozc.py gyp --gypdir=/usr/bin --channel_dev=0 \ +# --build_base=$(BUILD_DIR) \ +# --use_libprotobuf override_dh_auto_build: - python build_mozc.py build_tools -c Release --jobs=1 - python build_mozc.py build $(TARGETS) -c Release --jobs=1 +override_dh_auto_build: + python build_mozc.py build_tools -c Release + python build_mozc.py build $(TARGETS) -c Release +# python build_mozc.py build_tools -c Release #--jobs=1 +# python build_mozc.py build $(TARGETS) -c Release #--jobs=1 override_dh_auto_clean: python build_mozc.py clean