File: control

package info (click to toggle)
courier-unicode 2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,320 kB
  • sloc: ansic: 39,403; sh: 4,166; cpp: 735; perl: 390; makefile: 335
file content (58 lines) | stat: -rw-r--r-- 2,266 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
Source: courier-unicode
Priority: optional
Maintainer: Markus Wanner <markus@bluegap.ch>
Build-Depends: debhelper (>= 11),
               pkg-kde-tools,
               unicode-data,
	       w3c-sgml-lib
Standards-Version: 4.2.1
Section: libs
Homepage: https://www.courier-mta.org/
Vcs-Git: https://salsa.debian.org/debian/courier-unicode.git
Vcs-Browser: https://salsa.debian.org/debian/courier-unicode

Package: libcourier-unicode-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libcourier-unicode4 (= ${binary:Version}),
         ${misc:Depends}
Description: Courier Unicode library (development files and headers)
 This library implements several algorithms related to the Unicode
 Standard:
  - Look up uppercase, lowercase, and titlecase equivalents
    of a unicode character.
  - Implementation of grapheme and work breaking rules.
  - Implementation of line breaking rules.
  - Several ancillary functions, like looking up the unicode character
    that corresponds to some HTML 4.0 entity (such as “&amp;”, for
    example), and determining the normal width or a double-width status
    of a unicode character. Also, an adaptation of the iconv(3) API for
    this unicode library.
  - Look up Unicode script property.
 .
 This package contains the development files and headers.

Package: libcourier-unicode4
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Multi-Arch: same
Built-Using: ${Built-Using}
Breaks: libcourier-unicode1 (<< 1.4-4)
Replaces: libcourier-unicode1 (<< 1.4-4)
Description: Courier Unicode library (shared runtime library)
 This library implements several algorithms related to the Unicode
 Standard:
  - Look up uppercase, lowercase, and titlecase equivalents
    of a unicode character.
  - Implementation of grapheme and work breaking rules.
  - Implementation of line breaking rules.
  - Several ancillary functions, like looking up the unicode character
    that corresponds to some HTML 4.0 entity (such as “&amp;”, for
    example), and determining the normal width or a double-width status
    of a unicode character. Also, an adaptation of the iconv(3) API for
    this unicode library.
  - Look up Unicode script property.
 .
 This package contains the shared runtime library.