File: control

package info (click to toggle)
libpinyin 2.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 84,544 kB
  • sloc: cpp: 38,203; sh: 4,288; makefile: 333; ansic: 101
file content (169 lines) | stat: -rw-r--r-- 4,409 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
Source: libpinyin
Priority: optional
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Uploaders:
 Aron Xu <aron@debian.org>,
 YunQiang Su <syq@debian.org>,
 Asias He <asias@debian.org>,
 ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
Build-Depends:
 debhelper (>= 11),
 libdb-dev,
 libglib2.0-dev,
 libltdl-dev,
Standards-Version: 4.3.0
Section: libs
Homepage: https://github.com/libpinyin/libpinyin
Vcs-Git: https://salsa.debian.org/debian/libpinyin.git
Vcs-Browser: https://salsa.debian.org/debian/libpinyin

Package: libpinyin-common-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Breaks:
 libpinyin13-dev (<< 2.1.0-1~exp2~),
Replaces:
 libpinyin13-dev (<< 2.1.0-1~exp2~),
Description: library to deal with PinYin / zhuyin - common development files
 libpinyin is a set of core algorithms designed for intelligent
 sentence-based Chinese PinYin / zhuyin input methods.
 .
 This package provides the common header files for both libpinyin and libzhuyin.

Package: libpinyin-data
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
Breaks:
 libpinyin0,
 libpinyin2,
 libpinyin4,
 libpinyin5,
 libpinyin6,
 libpinyin7,
Replaces:
 libpinyin0,
 libpinyin2,
 libpinyin4,
 libpinyin5,
 libpinyin6,
 libpinyin7,
Description: Data for PinYin / zhuyin input method library
 The libpinyin project aims to provide the algorithms core for intelligent
 sentence-based Chinese zhuyin input methods. libpinyin can be integrated with
 input method framework likes ibus, fcitx, etc. to provide a PinYin and zhuyin
 based input method for Chinese user.
 .
 This package contains the data likes zhuyin to word mapping, n-gram
 information, etc. used by libpinyin algorithm.

Package: libpinyin-utils
Section: utils
Architecture: any
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: library to deal with PinYin - utilities
 libpinyin is a set of core algorithms designed for intelligent
 sentence-based Chinese PinYin input methods.
 .
 This package provides the utilities for manipulating dict files.

Package: libpinyin13
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 libpinyin-data (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Breaks:
 fcitx-libpinyin (<< 0.2.0),
 libpinyin0,
 libpinyin12,
 libpinyin2,
 libpinyin4,
 libpinyin5,
 libpinyin6,
 libpinyin7,
Replaces:
 libpinyin0,
 libpinyin12,
 libpinyin2,
 libpinyin4,
 libpinyin5,
 libpinyin6,
 libpinyin7,
Provides:
 libpinyin,
Suggests:
 libpinyin-utils,
Description: library to deal with PinYin
 libpinyin is a set of core algorithms designed for intelligent
 sentence-based Chinese PinYin input methods.
 .
 This package provides the library files.

Package: libpinyin13-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libglib2.0-dev,
 libpinyin-common-dev (= ${source:Version}),
 libpinyin13 (= ${binary:Version}),
 ${misc:Depends},
Recommends:
 libpinyin-utils,
Provides:
 libpinyin-dev,
Conflicts:
 libpinyin-dev,
Description: library to deal with PinYin - development files
 libpinyin is a set of core algorithms designed for intelligent
 sentence-based Chinese PinYin input methods.
 .
 This package provides the library development files.

Package: libzhuyin-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
 libglib2.0-dev,
 libpinyin-common-dev (= ${source:Version}),
 libzhuyin13 (= ${binary:Version}),
 ${misc:Depends},
Description: Development files for zhuyin input method library
 The libzhuyin project aims to provide the algorithms core for
 intelligent sentence-based Chinese zhuyin input methods. libzhuyin can
 be integrated with input method framework likes ibus, fcitx, etc. to
 provide a zhuyin based input method for Traditional Chinese user.
 .
 This package contains development files for libzhuyin.

Package: libzhuyin13
Architecture: any
Multi-Arch: same
Depends:
 libpinyin-data (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
Conflicts:
 libzhuyin6,
 libzhuyin7,
Provides:
 libzhuyin,
Description: Zhuyin input method library
 The libzhuyin project aims to provide the algorithms core for
 intelligent sentence-based Chinese zhuyin input methods. libzhuyin can
 be integrated with input method framework likes ibus, fcitx, etc. to
 provide a zhuyin based input method for Traditional Chinese user.