File: control

package info (click to toggle)
enca 1.19-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 4,536 kB
  • ctags: 1,277
  • sloc: ansic: 10,229; sh: 5,561; xml: 2,173; makefile: 696; perl: 232
file content (61 lines) | stat: -rw-r--r-- 2,390 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Source: enca
Priority: optional
Maintainer: Michal Čihař <nijel@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, librecode-dev, dpkg-dev (>= 1.16.1~)
Standards-Version: 3.9.8
Section: text
Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/enca/trunk/
Vcs-Svn: svn://anonscm.debian.org/collab-maint/deb-maint/enca/trunk/
Homepage: http://cihar.com/software/enca/

Package: enca
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: cstocs
Description: Extremely Naive Charset Analyser - binaries
 Enca is an Extremely Naive Charset Analyser. It detects the character set and
 the encoding of text files and can also convert them to other encodings using
 either a built-in converter or external libraries and tools like libiconv,
 librecode, or cstocs.
 .
 Currently it supports Belarusian, Bulgarian, Croatian, Czech,
 Estonian, Hungarian, Latvian, Lithuanian, Polish, Russian, Slovak,
 Slovene, Ukrainian, Chinese, and some multibyte encodings independently
 on language.

Package: libenca0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Extremely Naive Charset Analyser - shared library files
 Enca is an Extremely Naive Charset Analyser. It detects the character set and
 the encoding of text files and can also convert them to other encodings.
 .
 This package contains the shared library needed to run applications compiled
 against libenca.

Package: libenca-dev
Section: libdevel
Architecture: any
Depends: libenca0 (= ${binary:Version}), ${misc:Depends}
Description: Extremely Naive Charset Analyser - development files
 Enca is an Extremely Naive Charset Analyser. It detects the character set and
 the encoding of text files and can also convert them to other encodings.
 .
 This package contains header files needed for development with libenca.  
 It also contains API documentation.

Package: libenca-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Depends: libenca0 (= ${binary:Version}), ${misc:Depends}
Description: Extremely Naive Charset Analyser - debug files
 Enca is an Extremely Naive Charset Analyser. It detects the character set and
 the encoding of text files and can also convert them to other encodings.
 .
 This package contains debugger symbols useful for debugging problems with 
 this library.