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
|
Source: libchewing
Section: libs
Priority: optional
Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org>
Uploaders: Kan-Ru Chen (陳侃如) <koster@debian.org>,
Andrew Lee (李健秋) <ajqlee@debian.org>,
YunQiang Su <wzssyqa@gmail.com>,
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
Build-Depends: autotools-dev,
debhelper (>= 9),
dh-autoreconf,
gcc (>= 3:3.3),
libncursesw5-dev,
libsqlite3-dev,
libtool (>= 1.5.6),
pkg-config,
texinfo,
Standards-Version: 3.9.6
Homepage: http://chewing.im
Vcs-Git: git://anonscm.debian.org/pkg-ime/libchewing.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ime/libchewing.git;a=summary
XS-Testsuite: autopkgtest
Package: libchewing3-dev
Conflicts: libchewing-dev, libchewing1-dev, libchewing2-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libchewing3 (= ${binary:Version}),
Description: intelligent phonetic input method library (developer version)
libchewing is an intelligent phonetic input method library for Chinese.
.
It provides the core algorithm and logic so that they can be shared among
the various input methods like JMCCE, xcin-chewing, scim-chewing,
iiimf-chewing, screen-chewing, ime-chewing, etc.
.
The Chewing input method is a smart bopomofo fonetics input method that
is useful for inputing Mandarin Chinese based language.
.
This package contains static library and header files for developer.
Package: libchewing3
Provides: libchewing
Multi-Arch: same
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends},
libchewing3-data (>= 0.4.0),
Breaks: scim-chewing (<< 0.3.3)
Description: intelligent phonetic input method library
libchewing is an intelligent phonetic input method library for Chinese.
.
It provides the core algorithm and logic so that they can be shared among
the various input methods like JMCCE, xcin-chewing, scim-chewing,
iiimf-chewing, screen-chewing, ime-chewing, etc.
.
The Chewing input method is a smart bopomofo fonetics input method that
is useful for inputing Mandarin Chinese based language.
.
This package contains shared library used by other programs.
Package: libchewing3-data
Provides: libchewing-data
Breaks: libchewing-data (<= 0.2.7)
Section: misc
Multi-Arch: foreign
Architecture: all
Depends: ${misc:Depends},
Description: intelligent phonetic input method library - data files
libchewing is an intelligent phonetic input method library for Chinese.
.
It provides the core algorithm and logic so that they can be shared among
the various input methods like JMCCE, xcin-chewing, scim-chewing,
iiimf-chewing, screen-chewing, ime-chewing, etc.
.
The Chewing input method is a smart bopomofo fonetics input method that
is useful for inputing Mandarin Chinese based language.
.
This package contains data files of libchewing3.
Package: libchewing3-dbg
Section: debug
Priority: extra
Multi-Arch: same
Architecture: any
Depends: ${misc:Depends},
libchewing3 (= ${binary:Version}),
Description: intelligent phonetic input method library - debug files
libchewing is an intelligent phonetic input method library for Chinese.
.
It provides the core algorithm and logic so that they can be shared among
the various input methods like JMCCE, xcin-chewing, scim-chewing,
iiimf-chewing, screen-chewing, ime-chewing, etc.
.
The Chewing input method is a smart bopomofo fonetics input method that
is useful for inputing Mandarin Chinese based language.
.
This package contains debug symbols which are useful for debug.
|