~ubuntu-branches/ubuntu/natty/sunpinyin/natty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Zhengpeng Hou
  • Date: 2010-09-06 12:23:46 UTC
  • Revision ID: james.westby@ubuntu.com-20100906122346-ekmzay09hi2yknso
Tags: 2.0.2-0ubuntu1
Initial Ubuntu upload, LP: #631472, LP: #631459

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: sunpinyin
 
2
Priority: optional
 
3
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
4
XSBC-Original-Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org>
 
5
Uploaders: Liang Guo <bluestonechina@gmail.com>
 
6
Build-Depends: debhelper (>= 7.0.50~), scons, libsqlite3-dev, pkg-config, quilt (>= 0.46-8~)
 
7
Standards-Version: 3.9.1
 
8
Section: libs
 
9
Homepage: http://code.google.com/p/sunpinyin
 
10
 
 
11
Package: libsunpinyin-dev
 
12
Section: libdevel
 
13
Architecture: any
 
14
Depends: libsunpinyin3 (= ${binary:Version}), ${misc:Depends}, libsqlite3-dev
 
15
Description: Simplified Chinese Input Method from SUN (development)
 
16
 Sunpinyin is a statistical language model (SLM) based input method 
 
17
 engine for Simplified Chinese, it features full sentence input.
 
18
 .
 
19
 This package contains the development header files that allows others 
 
20
 to write their own front-end for sunpinyin.
 
21
 
 
22
Package: libsunpinyin3
 
23
Architecture: any
 
24
Depends: ${shlibs:Depends}, ${misc:Depends}
 
25
Recommends: sunpinyin-data
 
26
Description: Simplified Chinese Input Method from SUN (runtime)
 
27
 Sunpinyin is a statistical language model (SLM) based input method 
 
28
 engine for Simplified Chinese, it features full sentence input.
 
29
 .
 
30
 This package contains the runtime library.
 
31
 
 
32
Package: sunpinyin-utils
 
33
Section: utils
 
34
Architecture: any
 
35
Depends: ${shlibs:Depends}, ${misc:Depends}, python
 
36
Description: Simplified Chinese Input Method from SUN (utilities)
 
37
 Sunpinyin is a statistical language model (SLM) based input method 
 
38
 engine for Simplified Chinese, it features full sentence input.
 
39
 .
 
40
 This package contains some utilities used by open-gram project, 
 
41
 including:
 
42
 .
 
43
 genpyt - generate the pinyin lexicon
 
44
 tslmpack - convert the ARPA format of SunPinyin back-off language 
 
45
 model to its binary representation
 
46
 tslmendian - change the byte-order of sunpinyin's threaded back-off 
 
47
 language model
 
48
 .
 
49
 and some Python programs which maybe used to import user dictionary 
 
50
 from other input method such as sougou, google, fcitx etc.
 
51