Codebase list mozc / 2b826fb7-f689-4351-99b0-dcd59f619e97/main
Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on gyp, libibus-1.0-dev, libprotobuf-dev and protobuf-compiler. * ibus-mozc: Drop versioned constraint on ibus in Depends. * emacs-mozc: Drop versioned constraint on emacsen-common in Conflicts. Changes-By: deb-scrub-obsolete Debian Janitor 2 years ago
2 changed file(s) with 15 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 mozc (2.26.4220.100+dfsg-6) UNRELEASED; urgency=medium
1
2 * Remove constraints unnecessary since buster:
3 + Build-Depends: Drop versioned constraint on gyp, libibus-1.0-dev,
4 libprotobuf-dev and protobuf-compiler.
5 + ibus-mozc: Drop versioned constraint on ibus in Depends.
6 + emacs-mozc: Drop versioned constraint on emacsen-common in Conflicts.
7
8 -- Debian Janitor <janitor@jelmer.uk> Sat, 11 Sep 2021 06:08:04 -0000
9
010 mozc (2.26.4220.100+dfsg-5) unstable; urgency=medium
111
212 * Use 'command -v' instead of which (Closes: #992724).
44 Build-Depends:
55 debhelper-compat (= 13),
66 dh-exec,
7 libibus-1.0-dev (>= 1.4.1) | libibus-dev (>= 1.4.1),
7 libibus-1.0-dev | libibus-dev (>= 1.4.1),
88 pkg-config,
99 libxcb-xfixes0-dev,
1010 libgtk2.0-dev,
1111 python3-dev,
1212 python3-six,
13 gyp (>= 0.1~svn1729-2),
14 protobuf-compiler (>= 3.0.0),
15 libprotobuf-dev (>= 3.0.0),
13 gyp,
14 protobuf-compiler,
15 libprotobuf-dev,
1616 qtbase5-dev,
1717 libqwt-qt5-dev,
1818 libgwengui-qt5-dev,
6262 ${shlibs:Depends},
6363 mozc-data,
6464 mozc-server (= ${binary:Version}),
65 ibus (>= 1.2)
65 ibus
6666 Recommends: mozc-utils-gui (= ${binary:Version})
6767 Description: Mozc engine for IBus - Client of the Mozc input method
6868 IBus is an Intelligent Input Bus. It is a new input framework for Linux OS.
155155 Depends:
156156 ${misc:Depends}, emacs | emacs23 | emacs24,
157157 emacs-mozc-bin (= ${binary:Version})
158 Conflicts: emacsen-common (<< 2.0.0)
159158 Description: Mozc for Emacs
160159 Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
161160 such as Chromium OS, Windows, Mac and Linux.