Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
freewnn-debian3/debian/control
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
159 lines (149 sloc)
6.08 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Source: freewnn | |
| Section: utils | |
| Priority: optional | |
| Maintainer: Mitsutoshi NAKANO <ItSANgo@gmail.com> | |
| Build-Depends: autoconf, | |
| automake, | |
| autotools-dev, | |
| debhelper (>= 9), | |
| libncurses5-dev, | |
| libtool | |
| Standards-Version: 3.9.6 | |
| Homepage: https://osdn.jp/projects/freewnn/ | |
| Package: freewnn-common | |
| Architecture: all | |
| Depends: ${misc:Depends} | |
| Conflicts: freewnn-jserver (<< 1.1.0+1.1.1-a017-4), wnn-common | |
| Replaces: wnn-common | |
| Description: Files shared among the FreeWnn packages | |
| FreeWnn is a network-extensible Japanese/Chinese/Korean input | |
| system. It was jointly developed and released by the Software | |
| Research Group of Kyoto University Research Institute for | |
| Mathematical Science, OMRON Corporation and Astec, Inc. and now | |
| maintained by the FreeWnn Project. | |
| . | |
| This package contains files that are shared among the FreeWnn | |
| packages. | |
| Package: freewnn-jserver | |
| Architecture: any | |
| Depends: adduser (>= 3.34), freewnn-common, ${misc:Depends}, ${shlibs:Depends} | |
| Conflicts: wnn | |
| Replaces: wnn | |
| Description: Japanese input system | |
| FreeWnn jserver (Wnn) is a network-extensible Kana-to-Kanji | |
| conversion system. It was jointly developed and released by the | |
| Software Research Group of Kyoto University Research Institute for | |
| Mathematical Science, OMRON Corporation and Astec, Inc. and now | |
| maintained by the FreeWnn Project. | |
| Package: freewnn-cserver | |
| Architecture: any | |
| Depends: adduser (>= 3.34), freewnn-common, ${misc:Depends}, ${shlibs:Depends} | |
| Conflicts: cwnn | |
| Replaces: cwnn | |
| Description: Chinese input system | |
| FreeWnn cserver (cWnn) is an integrated Chinese input system running | |
| on Unix workstation. It supports a wide range of input methods, | |
| satisfying the needs of the Chinese users from all over the world, | |
| including P.R.China and Taiwan. FreeWnn cserver is capable of | |
| carrying out Hanzi conversion from an arbitrary Pinyin or Zhuyin | |
| sequence, hence improving the speed of Pinyin/Zhuyin input. | |
| Package: freewnn-kserver | |
| Architecture: any | |
| Depends: adduser (>= 3.34), freewnn-common, ${misc:Depends}, ${shlibs:Depends} | |
| Conflicts: kwnn | |
| Replaces: kwnn | |
| Description: Korean input system | |
| FreeWnn kserver (kWnn) is an integrated Korean input system running | |
| on Unix workstation. It supports a wide range of input methods, | |
| satisfying the needs of the Korean users from all over the world. | |
| Package: libwnn0 | |
| Section: libs | |
| Architecture: any | |
| Multi-Arch: same | |
| Pre-Depends: ${misc:Pre-Depends} | |
| Depends: ${misc:Depends}, ${shlibs:Depends} | |
| Description: FreeWnn library for Wnn (FreeWnn jserver) | |
| FreeWnn jserver (Wnn) is a network-extensible Kana-to-Kanji | |
| conversion system. It was jointly developed and released by the | |
| Software Research Group of Kyoto University Research Institute for | |
| Mathematical Science, OMRON Corporation and Astec, Inc. and now | |
| maintained by the FreeWnn Project. | |
| . | |
| This package contains the dynamic libraries for Wnn. | |
| Package: libcwnn0 | |
| Section: libs | |
| Architecture: any | |
| Multi-Arch: same | |
| Pre-Depends: ${misc:Pre-Depends} | |
| Depends: ${misc:Depends}, ${shlibs:Depends} | |
| Description: FreeWnn library for cWnn (FreeWnn cserver) | |
| FreeWnn cserver (cWnn) is an integrated Chinese input system running | |
| on Unix workstation. It supports a wide range of input methods, | |
| satisfying the needs of the Chinese users from all over the world, | |
| including P.R.China and Taiwan. FreeWnn cserver is capable of | |
| carrying out Hanzi conversion from an arbitrary Pinyin or Zhuyin | |
| sequence, hence improving the speed of Pinyin/Zhuyin input. | |
| . | |
| This package contains the dynamic libraries for cWnn. | |
| Package: libkwnn0 | |
| Section: libs | |
| Architecture: any | |
| Multi-Arch: same | |
| Pre-Depends: ${misc:Pre-Depends} | |
| Depends: ${misc:Depends}, ${shlibs:Depends} | |
| Description: FreeWnn library for kWnn (FreeWnn kserver) | |
| FreeWnn kserver (kWnn) is an integrated Korean input system running | |
| on Unix workstation. It supports a wide range of input methods, | |
| satisfying the needs of the Korean users from all over the world. | |
| . | |
| This package contains the dynamic libraries for kWnn. | |
| Package: libwnn-dev | |
| Section: libdevel | |
| Architecture: any | |
| Multi-Arch: same | |
| Depends: libwnn0 (= ${binary:Version}), ${misc:Depends} | |
| Conflicts: freewnn-jserver-dev, wnn-dev, wnn6-dev | |
| Replaces: freewnn-jserver-dev, wnn-dev | |
| Description: Header files and static libraries for Wnn (FreeWnn jserver) | |
| FreeWnn jserver (Wnn) is a network-extensible Kana-to-Kanji | |
| conversion system. It was jointly developed and released by the | |
| Software Research Group of Kyoto University Research Institute for | |
| Mathematical Science, OMRON Corporation and Astec, Inc. and now | |
| maintained by the FreeWnn Project. | |
| . | |
| This package contains the header files and static library for | |
| Wnn. Install this package if you wish to develop your own Wnn client | |
| programs. | |
| Package: libcwnn-dev | |
| Section: libdevel | |
| Architecture: any | |
| Multi-Arch: same | |
| Depends: libcwnn0 (= ${binary:Version}), ${misc:Depends} | |
| Conflicts: cwnn-dev, freewnn-cserver-dev | |
| Replaces: cwnn-dev, freewnn-cserver-dev | |
| Description: Header files and static library for cWnn (FreeWnn cserver) | |
| FreeWnn cserver (cWnn) is an integrated Chinese input system running | |
| on Unix workstation. It supports a wide range of input methods, | |
| satisfying the needs of the Chinese users from all over the world, | |
| including P.R.China and Taiwan. FreeWnn cserver is capable of | |
| carrying out Hanzi conversion from an arbitrary Pinyin or Zhuyin | |
| sequence, hence improving the speed of Pinyin/Zhuyin input. | |
| . | |
| This package contains the header files and the static library for | |
| cWnn. Install this package if you wish to develop your own cWnn | |
| client programs. | |
| Package: libkwnn-dev | |
| Section: libdevel | |
| Architecture: any | |
| Multi-Arch: same | |
| Depends: libkwnn0 (= ${binary:Version}), ${misc:Depends} | |
| Conflicts: freewnn-kserver-dev, kwnn-dev | |
| Replaces: freewnn-kserver-dev, kwnn-dev | |
| Description: Header files and static library for kWnn (FreeWnn kserver) | |
| FreeWnn kserver (kWnn) is an integrated Korean input system running | |
| on Unix workstation. It supports a wide range of input methods, | |
| satisfying the needs of the Korean users from all over the world. | |
| . | |
| This package contains the header files and the static library for | |
| kWnn. Install this package if you wish to develop your own kWnn | |
| client programs. |