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
|
Source: canna
Section: utils
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
libx11-dev,
po-debconf,
texlive-lang-cjk,
texlive-lang-japanese,
texlive-latex-recommended,
xutils-dev
Standards-Version: 4.6.0
Rules-Requires-Root: binary-targets
Vcs-Browser: https://salsa.debian.org/debian/canna
Vcs-Git: https://salsa.debian.org/debian/canna.git
Package: canna
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: adduser,
canna-utils,
lsb-base,
${misc:Depends},
${shlibs:Depends}
Suggests: canna-shion
Description: input system for Japanese - server and dictionary
Canna provides a unified user interface for Japanese input. It is based
on a client-server model and supports automatic kana-to-kanji conversion.
.
It supports multiple clients (including kinput2 and canuum), and allows
them all to work in the same way, sharing customization files,
romaji-to-kana conversion rules and conversion dictionaries.
.
This package provides the Canna server program and dictionary files.
Package: canna-utils
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: input system for Japanese - utilities
Canna provides a unified user interface for Japanese input. It is based
on a client-server model and supports automatic kana-to-kanji conversion.
.
It supports multiple clients (including kinput2 and canuum), and allows
them all to work in the same way, sharing customization files,
romaji-to-kana conversion rules and conversion dictionaries.
.
This package provides client programs for Canna.
Package: libcanna1g
Section: libs
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: input system for Japanese - runtime library
Canna provides a unified user interface for Japanese input. It is based
on a client-server model and supports automatic kana-to-kanji conversion.
.
It supports multiple clients (including kinput2 and canuum), and allows
them all to work in the same way, sharing customization files,
romaji-to-kana conversion rules and conversion dictionaries.
.
This package provides shared libraries for Canna.
Package: libcanna1g-dev
Section: libdevel
Architecture: any
Depends: libcanna1g (= ${binary:Version}),
${misc:Depends}
Description: input system for Japanese - development files
Canna provides a unified user interface for Japanese input. It is based
on a client-server model and supports automatic kana-to-kanji conversion.
.
It supports multiple clients (including kinput2 and canuum), and allows
them all to work in the same way, sharing customization files,
romaji-to-kana conversion rules and conversion dictionaries.
.
This package provides the headers and static libraries needed to develop
software based on Canna.
|