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
|
Source: libcangjie
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Uploaders: Anthony Wong <yp@anthonywong.net>,
ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper (>= 11),
libsqlite3-dev,
libtool,
automake,
pkg-config
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/input-method-team/libcangjie.git
Vcs-Browser: https://salsa.debian.org/input-method-team/libcangjie
Homepage: https://github.com/Cangjians/libcangjie
Package: libcangjie2
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
libcangjie2-data
Pre-Depends: ${misc:Pre-Depends}
Description: Cangjie input method library
This is a library that provides functions related to the Cangjie
Chinese input method.
Package: libcangjie2-data
Architecture: all
Multi-Arch: foreign
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Cangjie input method library (common database)
This is a library that provides functions related to the Cangjie
Chinese input method.
.
This package contains the sqlite database of the library.
Package: libcangjie2-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libcangjie2 (= ${binary:Version}),
libsqlite3-dev
Conflicts: libcangjie-dev
Description: Cangjie input method library (development)
This is a library that provides functions related to the Cangjie
Chinese input method.
.
This package contains the development library and header files.
Package: libcangjie2-dev-tools
Architecture: any
Multi-Arch: foreign
Section: devel
Depends: ${shlibs:Depends},
${misc:Depends},
libcangjie2 (= ${binary:Version})
Conflicts: libcangjie-dev
Description: Cangjie input method library development tools
This is a library that provides functions related to the Cangjie
Chinese input method.
.
This package contains the development tools.
|