Codebase list mozc / 84fe4cf
Fix FTBFS with building binary only and update dh_clean target * Split override_dh_fixperms to override_dh_fixperms-indeps and arch. * Update dh_clean target. Delete cache files. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 11 years ago
2 changed file(s) with 19 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 mozc (1.5.1053.102-3) unstable; urgency=low
1
2 * Fix FTBFS with building binary only.
3 Split override_dh_fixperms to override_dh_fixperms-indeps and arch.
4 * Update dh_clean target. Delete cache files.
5
6 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Mon, 14 May 2012 08:24:04 +0900
7
08 mozc (1.5.1053.102-2) unstable; urgency=low
19
210 * Update debian/copyright to DEP5.
4242 python build_mozc.py clean
4343 rm -rf build_tools/__init__.pyc
4444 rm -rf build_tools/mozc_version.pyc
45 rm -rf third_party/rx/rx.Makefile
4645 rm -rf build_tools/test_tools/__init__.pyc
4746 rm -rf build_tools/test_tools/task_scheduler.pyc
4847 rm -rf build_tools/util.pyc
48 rm -rf build_tools/code_generator_util.pyc
49 rm -rf rewriter/embedded_dictionary_compiler.pyc
50 rm -rf rewriter/__init__.pyc
51 rm -rf dictionary/pos_util.pyc
52 rm -rf dictionary/__init__.pyc
53 rm -rf third_party/rx/rx.Makefile
4954
5055 override_dh_auto_install:
5156 # ibus-mozc
6772 install -D -m 0755 $(BUILD_DIR)/Release/fcitx-mozc.so \
6873 $(CURDIR)/debian/fcitx-mozc/usr/lib/$(DEB_BUILD_MULTIARCH)/fcitx/fcitx-mozc.so
6974
70 override_dh_fixperms:
75 override_dh_fixperms-arch:
76 chmod -x debian/emacs-mozc/usr/share/emacs/site-lisp/emacs-mozc/mozc.el
77 dh_fixperms
78
79 override_dh_fixperms-indep:
7180 chmod -x debian/mozc-data/usr/share/icons/mozc/*.png
72 chmod -x debian/emacs-mozc/usr/share/emacs/site-lisp/emacs-mozc/mozc.el
7381 dh_fixperms
7482
7583 .PHONY: override_dh_installemacsen