File: control

package info (click to toggle)
libjconv 2.8-7
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 160 kB
  • ctags: 51
  • sloc: ansic: 567; makefile: 149
file content (39 lines) | stat: -rw-r--r-- 1,416 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
Source: libjconv
Priority: optional
Section: libs
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.8

Package: libjconv-dev
Section: libdevel
Architecture: any
Depends: libjconv2 (= ${binary:Version}), ${misc:Depends}
Description: charset conversion library - development
 This library provide Japanese Code Conversion capability
 based on iconv. It is based by application to enlarge
 number of supported encoding. It is not only for Japanese
 people, it is used as helper in sylpheed mailer.
 .
 This package contains development files.

Package: libjconv2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: charset conversion library
 This library provide Japanese Code Conversion capability
 based on iconv. It is based by application to enlarge
 number of supported encoding. It is not only for Japanese
 people, it is used as helper in sylpheed mailer.

Package: libjconv-bin
Section: devel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: charset conversion library - binaries
 This library provide Japanese Code Conversion capability based on iconv. It
 is based by application to enlarge number of supported encoding. It is not
 only for Japanese people, it is used as helper in sylpheed mailer.
 .
 This package contains the jconv program which does conversions between
 encodings using libjconv.