Source: cconv
Standards-Version: 4.7.2
Maintainer: Macy Lin <macy@debconf.org>
Section: text
Priority: optional
Build-Depends: debhelper-compat (= 13),
               asciidoc,
               docbook-xml,
               docbook-xsl,
               libxml2-utils,
               xsltproc
Vcs-Browser: https://salsa.debian.org/debian/cconv
Vcs-Git: https://salsa.debian.org/debian/cconv.git
Homepage: https://github.com/xiaoyjy/cconv

Package: cconv
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: iconv
Description: Simplified/Traditional Chinese conversion tool
 The Chinese national GB standard defines a basic set of (around 6,000)
 characters for use in Simplified Chinese writing; this excludes many of
 the characters in the Taiwanese industry standard for Traditional Chinese
 called Big5 (around 13,000 characters in the basic set). However, Unicode
 is a superset of both (with the duplication removed).
 .
 This tool is used for converting a UTF-8 string which contains both
 Simplified and Traditional Chinese characters directly into a single
 Chinese character set.

Package: libcconv0
Architecture: any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library for cconv
 Cconv is a Simplified/Traditional Chinese conversion tool. For more
 information, see the description of the package cconv.
 .
 This package provides the runtime library for cconv.

Package: libcconv-dev
Architecture: any
Section: libdevel
Depends: libcconv0 (= ${binary:Version}), ${misc:Depends}
Description: development libraries for CCONV
 Cconv is a Simplified/Traditional Chinese conversion tool. For more
 information, see the description of the package cconv.
 .
 This package provides development libraries and documentation for cconv.
