File: control

package info (click to toggle)
sombok 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,508 kB
  • ctags: 664
  • sloc: ansic: 38,009; sh: 3,059; perl: 769; makefile: 120
file content (68 lines) | stat: -rw-r--r-- 2,228 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
58
59
60
61
62
63
64
65
66
67
68
Source: sombok
Priority: optional
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Build-Depends:
    libthai-dev (>= 0.1.9),
    pkg-config,
    debhelper (>= 9),
    autotools-dev,
    dh-autoreconf,
    autopoint,
    doxygen
Standards-Version: 3.9.6
Section: libs
Homepage: http://sourceforge.net/projects/linefold/
Vcs-Git: git://anonscm.debian.org/users/kolter/sombok.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/kolter/sombok.git

Package: libsombok-dev
Section: libdevel
Architecture: any
Depends:
    libc6-dev,
    ${misc:Depends},
    libsombok3 (= ${binary:Version}),
    libjs-jquery
Description: Unicode Text Segmentation library (development files)
 Sombok library performs Line Breaking Algorithm described in Unicode
 Standards Annex #14 (UAX #14). East_Asian_Width informative properties
 defined by Annex #11 (UAX #11) may be concerned to determin breaking
 positions. This library also implements “default” Grapheme Cluster
 segmentation described in Annex #29 (UAX #29).
 .
 This package contains the development files.

Package: libsombok3
Architecture: any
Multi-Arch: same
Pre-Depends:
    ${misc:Pre-Depends}
Depends:
    libthai0 (>= 0.1.9~),
    ${shlibs:Depends},
    ${misc:Depends}
Description: Unicode Text Segmentation library
 Sombok library performs Line Breaking Algorithm described in Unicode
 Standards Annex #14 (UAX #14). East_Asian_Width informative properties
 defined by Annex #11 (UAX #11) may be concerned to determin breaking
 positions. This library also implements “default” Grapheme Cluster
 segmentation described in Annex #29 (UAX #29).

Package: libsombok3-dbg
Architecture: any
Section: debug
Priority: extra
Multi-Arch: same
Pre-Depends:
    ${misc:Pre-Depends}
Depends:
    ${shlibs:Depends},
    ${misc:Depends},
    libsombok3 (= ${binary:Version}),
Description: Unicode Text Segmentation library (debugger symbols)
 Sombok library performs Line Breaking Algorithm described in Unicode
 Standards Annex #14 (UAX #14). East_Asian_Width informative properties
 defined by Annex #11 (UAX #11) may be concerned to determin breaking
 positions. This library also implements “default” Grapheme Cluster
 .
 This package contains the debugger symbols.