File: control

package info (click to toggle)
liblinebreak2 2.1-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,964 kB
  • sloc: sh: 8,914; ansic: 2,501; makefile: 62; sed: 3
file content (38 lines) | stat: -rw-r--r-- 1,320 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
Source: liblinebreak2
Section: text
Priority: optional
Maintainer: Eugene V. Lyubimkin <jackyf@debian.org>
Standards-Version: 3.9.2
Build-Depends: debhelper (>= 7), autotools-dev

Package: liblinebreak2-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, liblinebreak2 (= ${binary:Version})
Suggests: liblinebreak2-doc (>= ${source:Version})
Conflicts: liblinebreak-dev
Description: line breaking library for Unicode (development files)
 liblinebreak is an implementation of the Unicode line breaking algorithm
 described at http://www.unicode.org/reports/tr14/tr14-26.html
 .
 This package contains development header files.

Package: liblinebreak2
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: line breaking library for Unicode (shared library)
 liblinebreak is an implementation of the Unicode line breaking algorithm
 described at http://www.unicode.org/reports/tr14/tr14-26.html
 .
 This package contains shared library to dynamically link with.

Package: liblinebreak2-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: line breaking library for Unicode (documentation)
 liblinebreak is an implementation of the Unicode line breaking algorithm
 described at http://www.unicode.org/reports/tr14/tr14-26.html
 .
 This package contains documentation.