Codebase list mozc / d056f6c
Update debian/rules debian/control - Split from emacs-mozc to emacs-mozc and emacs-mozc-bin - Move mozc-utils-gui from Depends to Recommends. Tested uim and ibus. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 13 years ago
2 changed file(s) with 8 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
1212 Package: ibus-mozc
1313 Architecture: i386 amd64 kfreebsd-amd64 kfreebsd-i386
1414 Depends: ${misc:Depends}, ${shlibs:Depends}, ibus (>= 1.2),
15 mozc-server (= ${binary:Version}), mozc-utils-gui (= ${binary:Version})
15 mozc-server (= ${binary:Version})
16 Recommends: mozc-utils-gui (= ${binary:Version})
1617 Description: Mozc engine for IBus - Client of the Mozc input method
1718 IBus is an Intelligent Input Bus. It is a new input framework for Linux OS.
1819 It provides full featured and user friendly input method user interface.
6263 This open-source project originates from Google Japanese Input.
6364
6465 Package: emacs-mozc
65 Architecture: all
66 Architecture: i386 amd64 kfreebsd-amd64 kfreebsd-i386
6667 Depends: ${misc:Depends}, emacs | emacs23, emacs-mozc-bin (= ${binary:Version})
6768 Description: Mozc for Emacs
6869 Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
9697
9798 Package: mozc-utils-gui
9899 Architecture: i386 amd64 kfreebsd-amd64 kfreebsd-i386
99 Depends: ${misc:Depends}, ${shlibs:Depends}, mozc-server (= ${binary:Version})
100 Depends: ${misc:Depends}, ${shlibs:Depends}
101 Recommends: mozc-server (= ${binary:Version})
100102 Description: GUI uitilities of the Mozc input method
101103 Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
102104 such as Chromium OS, Windows, Mac and Linux.
167167 # emacs-mozc
168168 install -D -m 0644 $(CURDIR)/unix/emacs/mozc.el \
169169 $(CURDIR)/debian/emacs-mozc/usr/share/emacs/site-lisp/emacs-mozc/mozc.el
170
171 # emacs-mozc-bin
170172 install -D -m 0755 $(BUILD_DIR)/Release/mozc_emacs_helper \
171 $(CURDIR)/debian/emacs-mozc/usr/bin/mozc_emacs_helper
173 $(CURDIR)/debian/emacs-mozc-bin/usr/bin/mozc_emacs_helper
172174
173175 # mozc-server
174176 install -D -m 0755 $(BUILD_DIR)/Release/mozc_server \
181183 .PHONY: override_dh_installemacsen
182184 override_dh_installemacsen:
183185 dh_installemacsen --priority=50
184