File: control

package info (click to toggle)
ibus 1.5.27-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 27,604 kB
  • sloc: ansic: 119,283; python: 6,831; sh: 6,241; makefile: 2,293; xml: 1,553; sed: 21
file content (246 lines) | stat: -rw-r--r-- 8,801 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
Source: ibus
Section: utils
Priority: optional
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Uploaders: Aron Xu <aron@debian.org>,
           Changwoo Ryu <cwryu@debian.org>,
           Osamu Aoki <osamu@debian.org>,
Build-Depends: dbus-x11 <!nocheck>,
               debhelper-compat (= 13),
               dh-exec,
               desktop-file-utils,
               dh-python,
               gettext,
# gnome-pkg-tools pulls dh-translations on Ubuntu
               gnome-pkg-tools,
               gobject-introspection,
               gtk-doc-tools <!nodoc>,
               iso-codes,
               libdconf-dev,
               libgirepository1.0-dev,
               libglib2.0-dev,
               libgtk-3-bin,
               libgtk-3-dev,
               libgtk-4-bin,
               libgtk-4-dev,
               libgtk2.0-dev,
               libnotify-dev,
               libtool,
               libwayland-dev [linux-any],
               pkg-config,
               python-gi-dev,
               python3-all,
               systemd [linux-any],
               unicode-cldr-core,
               unicode-data (>= 13.0.0-2),
               valac,
               xauth <!nocheck>,
               xvfb <!nocheck>,
Build-Depends-Indep: libglib2.0-doc <!nodoc>
Rules-Requires-Root: no
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian/ibus
Vcs-Git: https://salsa.debian.org/debian/ibus.git
Homepage: https://github.com/ibus/ibus

Package: ibus
Architecture: any
Multi-Arch: foreign
Depends:
        ${misc:Depends},
        ${python3:Depends},
        ${shlibs:Depends},
        adwaita-icon-theme,
        dconf-cli,
        ibus-data (= ${source:Version}),
# For ibus-setup
        gir1.2-gtk-3.0 (>= 3.8.5),
        gir1.2-ibus-1.0 (= ${binary:Version}),
        python3-gi,
        python3-ibus-1.0 (= ${source:Version}),
# libdbus clients fail to authenticate with private GDBusServer in old glib
        libglib2.0-0 (>= 2.62.2-2),
Recommends:
        ibus-gtk,
        ibus-gtk3,
        ibus-gtk4,
        im-config,
Suggests:
        ibus-clutter,
        ibus-doc,
Replaces: ibus-data (<< 1.5.21-4~exp1)
Breaks: ibus-data (<< 1.5.21-4~exp1),
        ibus-el (<< 0.3.2-2),
        ibus-googlepinyin (<< 0.1.2-2)
Description: Intelligent Input Bus - core
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.

Package: ibus-data
Architecture: all
Multi-Arch: foreign
Depends:
        ${misc:Depends},
# librsvg2-common: for rendering SVG icons
        librsvg2-common,
Suggests: ibus
Replaces: ibus (<< 1.5.21-1~exp2)
Breaks: ibus (<< 1.5.21-1~exp2)
Description: Intelligent Input Bus - data files
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains data files.

Package: ibus-tests
Build-Profiles: <!noinsttest>
# see https://bugs.debian.org/1018871 about the selection of architectures
Architecture: amd64 arm64 armhf i386 mips64el mipsel ppc64el s390x riscv64
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${shlibs:Depends},
         dbus-x11,
         gnome-desktop-testing,
         gnome-session,
         gnome-shell,
         ibus (= ${binary:Version}),
         locales-all,
         xvfb,
Description: Intelligent Input Bus - installed tests
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains test programs, designed to be run as part of a
 regression testsuite.

Package: libibus-1.0-5
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Intelligent Input Bus - shared library
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains the shared library.

Package: libibus-1.0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         gir1.2-ibus-1.0 (= ${binary:Version}),
         libdbus-1-dev,
         libglib2.0-dev,
         libibus-1.0-5 (= ${binary:Version}),
Replaces: libibus-dev
Description: Intelligent Input Bus - development file
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains the header files and static libraries which are
 needed for developing the IBus applications.

Package: ibus-gtk
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Intelligent Input Bus - GTK2 support
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains the GTK2 IM module.

Package: ibus-gtk3
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Intelligent Input Bus - GTK3 support
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains the GTK3 IM module.

Package: ibus-gtk4
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Intelligent Input Bus - GTK4 support
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains the GTK4 IM module.

Package: ibus-wayland
Architecture: linux-any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Intelligent Input Bus - Wayland support
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains the Wayland input method support.
 .
 This package is only needed if you are using a Wayland compositor which
 supports the "input-method-unstable-v1" protocol, and if you want to input
 text via this protocol. Note that even on Wayland compositors with no support
 of this protocol, IBus could still work using its own transport protocol and
 APIs.

Package: ibus-doc
Build-Profiles: <!nodoc>
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Intelligent Input Bus - development documentation
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains the reference manual.

Package: gir1.2-ibus-1.0
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${gir:Depends},
         ${misc:Depends},
Breaks: ibus-array (<< 0.2.1-3),
        ibus-pinyin (<< 1.5.0-6),
Description: Intelligent Input Bus - introspection data
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains the GObject introspection data which are needed
 for developing the IBus applications in various programming languages
 with GObject introspection support.

Package: python3-ibus-1.0
Section: python
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
         ${python3:Depends},
         gir1.2-ibus-1.0,
         python3-gi,
Breaks: gir1.2-ibus-1.0 (<< 1.5.21-4~exp1)
Replaces: gir1.2-ibus-1.0 (<< 1.5.21-4~exp1)
Description: Intelligent Input Bus - introspection overrides for Python (Python 3)
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains GObject Introspection overrides for Python that
 can be used by Python applications using IBus.