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
|
Source: libucimf
Section: utils
Priority: optional
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Uploaders:
Aron Xu <aron@debian.org>,
Osamu Aoki <osamu@debian.org>,
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
Build-Depends:
debhelper-compat (= 13),
libfontconfig1-dev,
libfreetype6-dev,
libltdl-dev,
libmagic-dev,
libncurses5-dev,
pkg-config,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/matlinuxer2/ucimf/tree/master/libucimf
Vcs-Git: https://salsa.debian.org/input-method-team/libucimf.git
Vcs-Browser: https://salsa.debian.org/input-method-team/libucimf
Package: libucimf-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Conflicts:
libucimf-dev,
Depends:
libucimf0 (= ${binary:Version}),
${misc:Depends},
Description: Unicode console input method framework - development files
Ucimf provides an input method framework for the Linux Unicode frame
buffer console.
.
This package contains the development header files.
Package: libucimf0
Section: libs
Architecture: linux-any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Pre-Depends:
${misc:Pre-Depends},
Description: Unicode console input method framework - library
Ucimf provides an input method framework for the Linux Unicode frame
buffer console.
.
This package contains the runtime library.
Package: ucimf
Architecture: linux-any
Multi-Arch: foreign
Depends:
libucimf0,
${misc:Depends},
${shlibs:Depends},
Recommends:
dialog,
fbterm (>= 1.5),
fbterm-ucimf,
Description: Unicode console input method framework
Ucimf provides an input method framework for the Linux Unicode frame
buffer console.
.
This package contains the application.
|