File: control

package info (click to toggle)
cconv 0.6.2-1.2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,316 kB
  • sloc: cpp: 13,691; sh: 8,473; ansic: 758; makefile: 64
file content (42 lines) | stat: -rw-r--r-- 1,604 bytes parent folder | download | duplicates (2)
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
Source: cconv
Section: text
Priority: extra
Maintainer: Vern Sun <s5unty@gmail.com>
Build-Depends: debhelper (>= 7), dh-autoreconf, asciidoc, xsltproc, libxml2-utils, docbook-xml, docbook-xsl
Standards-Version: 3.8.4
Homepage: http://code.google.com/p/cconv/

Package: cconv
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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
Section: libdevel
Architecture: any
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.