File: control

package info (click to toggle)
libencode-hanextra-perl 0.23-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,288 kB
  • ctags: 102
  • sloc: perl: 1,025; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,346 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
Source: libencode-hanextra-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~), perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/Encode-HanExtra
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libencode-hanextra-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libencode-hanextra-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libencode-hanextra-perl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Description: perl module providing extra sets of Chinese character encodings
 Perl 5.7.3 and later ships with an adequate set of Chinese encodings,
 including the commonly used CP950, CP936 (also known as GBK),
 Big5 (alias for Big5-Eten), Big5-HKSCS, EUC-CN, HZ, and
 ISO-IR-165. However, the numbers of Chinese encodings are staggering,
 and a complete coverage will easily increase the size of perl distribution
 by several megabytes; hence, this module tries to provide the rest of them.
 If you are using Perl 5.8 or later, Encode::CN and Encode::TW will
 automatically load the extra encodings for you, so there's no need to
 explicitly write "use Encode::HanExtra" if you are using one of them
 already.