Codebase list mozc / 9b5c3b6
Ubuntu only: Make ibus-mozc suggest mozc-utils-gui Gunnar Hjalmarsson 5 years ago
1 changed file(s) with 6 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
112112 .PHONY: override_dh_installemacsen
113113 override_dh_installemacsen:
114114 dh_installemacsen --priority=50
115
116 override_dh_builddeb:
117 if dpkg-vendor --is ubuntu; then \
118 sed -i 's/^Recommends/Suggests/' debian/ibus-mozc/DEBIAN/control; \
119 fi
120 dh_builddeb