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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
Source: opencc
Section: libs
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Uploaders:
Debian Chinese Team <chinese-developers@lists.alioth.debian.org>,
Asias He <asias@debian.org>,
YunQiang Su <syq@debian.org>,
Osamu Aoki <osamu@debian.org>,
Aron Xu <aron@debian.org>,
xiao sheng wen <atzlinux@sina.com>,
Boyuan Yang <byang@debian.org>,
Build-Depends:
chrpath,
cmake,
darts,
debhelper-compat (= 13),
dh-sequence-python3,
doxygen <!nodoc>,
googletest <!nocheck>,
libmarisa-dev (>> 0.3),
libtclap-dev,
opencc <cross>,
dh-sequence-pkgkde-symbolshelper,
pybind11-dev,
python3-all-dev,
rapidjson-dev,
pybuild-plugin-pyproject,
python3-pybind11,
python3-pytest <!nocheck>,
python3-setuptools,
python3-wheel,
Standards-Version: 4.7.3
Homepage: https://github.com/BYVoid/OpenCC
Vcs-Git: https://salsa.debian.org/debian/opencc.git
Vcs-Browser: https://salsa.debian.org/debian/opencc
Description: simplified-traditional Chinese conversion library
opencc is a library for converting character between traditional Chinese and
simplified Chinese.
Package: libopencc-data
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Breaks:
libopencc2-data (<< 1.1.1~),
Replaces:
libopencc2-data (<< 1.1.1~),
Description: ${source:Synopsis} - data files
${source:Extended-Description}
.
This package includes the data files.
Package: libopencc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libopencc1.1 (= ${binary:Version}),
${misc:Depends},
Suggests:
libopencc-doc,
Description: ${source:Synopsis} - development
${source:Extended-Description}
.
This package includes the development support files.
Package: libopencc-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
Description: ${source:Synopsis} - document
${source:Extended-Description}
.
This package includes the library document files.
Package: libopencc1.1
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
Depends:
libopencc-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Description: ${source:Synopsis} - runtime
${source:Extended-Description}
.
This package includes the shared library.
Package: opencc
Section: utils
Architecture: any
Multi-Arch: foreign
Depends:
libopencc1.1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Suggests:
libopencc-doc,
Description: simplified-traditional Chinese conversion tool
${source:Extended-Description}
.
This package includes the conversion tool.
Package: python3-opencc
Section: python
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: ${source:Synopsis} - Python 3.x
${source:Extended-Description}
.
This package provides the Python 3.x module.
|