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
|
Source: anthy
Section: utils
Priority: optional
Maintainer: NOKUBI Takatsugu <knok@daionet.gr.jp>
Uploaders: Hideki Yamane <henrich@debian.org>, NIIBE Yutaka <gniibe@fsij.org>
Build-Depends: debhelper (>= 9), autotools-dev, debconf (>= 0.5), po-debconf, automake, dh-autoreconf
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/collab-maint/anthy.git
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/anthy.git
Homepage: http://anthy.sourceforge.jp/
Package: anthy
Architecture: any
Replaces: anthy-cannadic, anthy-cannadic-2ch
Depends: anthy-common, libanthy0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: anthy-cannadic, anthy-cannadic-2ch
Recommends: kasumi
Description: input method for Japanese - backend, dictionary and utility
Anthy is a Japanese input method working on X11 and Emacs. It converts
hiragana text to mixed kana and kanji. It is implemented as a library
and stores private information securely in ~/.anthy/.
Thus, Anthy is simple and secure (information is protected from
spoofing and snooping).
Package: anthy-common
Architecture: all
Multi-Arch: foreign
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}
Conflicts: anthy (<= 9100h-4)
Description: input method for Japanese - common files and dictionary
Anthy is a Japanese input method working on X11 and Emacs. It converts
hiragana text to mixed kana and kanji. It is implemented as a library
and stores private information securely in ~/.anthy/.
Thus, Anthy is simple and secure (information is protected from
spoofing and snooping).
.
This package provides common files dictonary data for anthy.
Package: anthy-el
Section: lisp
Architecture: all
Depends: ${misc:Depends}, anthy, emacs | emacsen
Conflicts: xemacs21-nomule
Description: input method for Japanese - elisp frontend
Anthy is a Japanese input method working on X11 and Emacs. It converts
hiragana text to mixed kana and kanji. It is implemented as a library
and stores private information securely in ~/.anthy/.
Thus, Anthy is simple and secure (information is protected from
spoofing and snooping).
.
This package provides an Anthy frontend for Emacs.
Package: libanthy0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, anthy-common
Description: input method for Japanese - runtime library
Anthy is a Japanese input method working on X11 and Emacs. It converts
hiragana text to mixed kana and kanji. It is implemented as a library
and stores private information securely in ~/.anthy/.
Thus, Anthy is simple and secure (information is protected from
spoofing and snooping).
.
This package provides shared libraries for Anthy.
Package: libanthy-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libanthy0 (= ${binary:Version}), ${misc:Depends}
Description: input method for Japanese - development files
Anthy is a Japanese input method working on X11 and Emacs. It converts
hiragana text to mixed kana and kanji. It is implemented as a library
and stores private information securely in ~/.anthy/.
Thus, Anthy is simple and secure (information is protected from
spoofing and snooping).
.
This package provides the files necessary for compiling programs that
depend on Anthy.
|