File: control

package info (click to toggle)
libhangul 0.1.0%2Bgit20191003-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 11,356 kB
  • sloc: ansic: 8,391; python: 631; xml: 402; makefile: 164; ruby: 24; sh: 19
file content (57 lines) | stat: -rw-r--r-- 1,960 bytes parent folder | download
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
Source: libhangul
Maintainer: Debian Korean L10N <debian-l10n-korean@lists.debian.org>
Uploaders: Changwoo Ryu <cwryu@debian.org>
Section: libs
Priority: optional
Build-Depends: autopoint,
               check (>= 0.9.8),
               debhelper-compat (= 12),
               intltool,
               pkg-config,
               libexpat1-dev,
Standards-Version: 4.4.1
Homepage: https://github.com/choehwanjin/libhangul
Vcs-Browser: https://salsa.debian.org/l10n-korean-team/libhangul
Vcs-Git: https://salsa.debian.org/l10n-korean-team/libhangul.git
Rules-Requires-Root: no

Package: libhangul1
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libhangul-data (>= ${source:Version}),
Multi-Arch: same
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: libhangul-data
Architecture: all
Depends: ${misc:Depends}
Replaces: libhangul0-data
Conflicts: libhangul0-data
Multi-Arch: foreign
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: libhangul-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libhangul1 (= ${binary:Version}),
Multi-Arch: same
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.