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
|
Source: libhangul
Section: libs
Priority: optional
Maintainer: Changwoo Ryu <cwryu@debian.org>
Homepage: http://kldp.net/projects/hangul
Vcs-Browser: http://git.debian.org/?p=l10n-korean/libhangul.git
Vcs-Git: git://git.debian.org/git/l10n-korean/libhangul.git
Standards-Version: 3.9.0
Build-Depends: pkg-config,
check (>= 0.9.8),
autotools-dev,
debhelper (>= 7.0.50)
Package: libhangul0
Section: libs
Architecture: any
Depends: libhangul0-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Hangul keyboard input library - runtime
This library implements Hangul keyboard input with various types of
Korean keyboards. It is intended to be a base library of Korean
input methods on multiple platforms.
.
This package contains the shared library and the runtime data.
Package: libhangul0-data
Section: libs
Architecture: all
Depends: ${misc:Depends}
Description: Hangul keyboard input library - data
This library implements Hangul keyboard input with various types of
Korean keyboards. It is intended to be a base library of Korean
input methods on multiple platforms.
.
This package contains the architecture independent data.
Package: libhangul0-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libhangul0 (= ${binary:Version}), ${misc:Depends}
Description: Hangul keyboard input library - debugging symbols
This library implements Hangul keyboard input with various types of
Korean keyboards. It is intended to be a base library of Korean
input methods on multiple platforms.
.
This package contains the debugging symbols. Most people will not need this
package.
Package: libhangul-dev
Section: libdevel
Architecture: any
Depends: libhangul0 (= ${binary:Version}), ${misc:Depends}
Description: Hangul keyboard input library - development files
This library implements Hangul keyboard input with various types of
Korean keyboards. It is intended to be a base library of Korean
input methods on multiple platforms.
.
This package contains the header files and the static library.
|