File: control

package info (click to toggle)
libi18n-charset-perl 1.415-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 628 kB
  • ctags: 233
  • sloc: perl: 4,802; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,625 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: libi18n-charset-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Marc 'HE' Brockschmidt <he@debian.org>,
           Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Niko Tyni <ntyni@iki.fi>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libio-capture-perl,
                     libio-string-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     libunicode-map-perl,
                     libunicode-maputf8-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libi18n-charset-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libi18n-charset-perl.git
Homepage: https://metacpan.org/release/I18N-Charset

Package: libi18n-charset-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libio-string-perl
Suggests: libjcode-pm-perl,
          libunicode-map-perl,
          libunicode-map8-perl,
          libunicode-maputf8-perl
Description: Perl module for mapping character set names to IANA names
 I18N::Charset maps Character Set names to the names officially
 registered with IANA.  For example, 'Shift_JIS' is the official name
 of 'x-sjis'.
 .
 It also maps character set names to Unicode::Map, Unicode::Map8, and
 Unicode::MapUTF8 conversion scheme names (if those modules are
 installed).  For example, the Unicode::Map8 scheme name for
 'windows-1251' is 'cp1251'.