changes: reworked git to separate upstream and packaging
[platform/core/uifw/libhangul.git] / debian / control
1 Source: libhangul
2 Section: libs
3 Priority: optional
4 Maintainer: Wei Ye <wei.ye@samsung.com>, Jihoon Kim <jihoon48.kim>
5 Original-Maintainer: Changwoo Ryu <cwryu@debian.org>
6 Homepage: http://kldp.net/projects/hangul
7 Vcs-Browser: http://git.debian.org/?p=l10n-korean/libhangul.git
8 Vcs-Git: git://git.debian.org/git/l10n-korean/libhangul.git
9 Standards-Version: 3.8.3
10 Build-Depends: cdbs (>= 0.4.48), autotools-dev, debhelper (>= 5)
11
12 Package: libhangul0
13 Section: libs
14 Architecture: any
15 Depends: libhangul0-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
16 Description: Hangul keyboard input library - runtime
17  This library implements Hangul keyboard input with various types of
18  Korean keyboards.  It is intended to be a base library of Korean
19  input methods on multiple platforms.
20  .
21  This package contains the shared library and the runtime data.
22
23 Package: libhangul0-data
24 Section: libs
25 Architecture: all
26 Depends: ${misc:Depends}
27 Description: Hangul keyboard input library - data
28  This library implements Hangul keyboard input with various types of
29  Korean keyboards.  It is intended to be a base library of Korean
30  input methods on multiple platforms.
31  .
32  This package contains the architecture independent data.
33
34 Package: libhangul0-dbg
35 Section: debug
36 Priority: extra
37 Architecture: any
38 Depends: libhangul0 (= ${binary:Version}), ${misc:Depends}
39 Description: Hangul keyboard input library - debugging symbols
40  This library implements Hangul keyboard input with various types of
41  Korean keyboards.  It is intended to be a base library of Korean
42  input methods on multiple platforms.
43  .
44  This package contains the debugging symbols. Most people will not need this
45  package.
46
47 Package: libhangul-dev
48 Section: libdevel
49 Architecture: any
50 Depends: libhangul0 (= ${binary:Version}), ${misc:Depends}
51 Description: Hangul keyboard input library - development files
52  This library implements Hangul keyboard input with various types of
53  Korean keyboards.  It is intended to be a base library of Korean
54  input methods on multiple platforms.
55  .
56  This package contains the header files and the static library.