Source: courier-unicode
Maintainer: Soren Stoutner <soren@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-pkgkde-symbolshelper
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
Standards-Version: 4.7.4

Package: libcourier-unicode-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libcourier-unicode11 (= ${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 word breaking rules.
  - Implementation of line breaking rules.
  - Implementation of the bi-directional algorithm.
  - 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-unicode11
Architecture: any
# ${misc:Pre-Depends} is necessary for shared library packages.
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
         ${shlibs:Depends}
Multi-Arch: same
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 word breaking rules.
  - Implementation of line breaking rules.
  - Implementation of the bi-directional algorithm.
  - 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.
