File: control

package info (click to toggle)
teckit 2.5.13%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,352 kB
  • sloc: cpp: 48,249; sh: 5,340; ansic: 3,162; perl: 562; makefile: 194; java: 43; xml: 15
file content (69 lines) | stat: -rw-r--r-- 2,803 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
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
Source: teckit
Build-Depends: debhelper-compat (=13),
               pkgconf,
               chrpath,
               zlib1g-dev,
               libexpat1-dev,
               dh-sequence-pkgkde-symbolshelper
Section: text
Priority: optional
Maintainer: Debian TeX Task Force <debian-tex-maint@lists.debian.org>
Uploaders: Daniel Glassey <wdg@debian.org>,
	Norbert Preining <norbert@preining.info>,
	Hilmar Preuße <hille42@debian.org>,
Standards-Version: 4.7.3
Rules-Requires-Root: no
Homepage: https://github.com/silnrsi/teckit
Vcs-Git: https://github.com/debian-tex/teckit.git
Vcs-Browser: https://github.com/debian-tex/teckit

Package: teckit
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
         libteckit0 (= ${binary:Version})
Multi-Arch: foreign
Description: Custom legacy encoding conversion tools for plain text files
 TECkit is a toolkit for encoding conversions. It offers a simple format for
 describing the mapping between legacy 8-bit encodings and Unicode, and a
 set of utilities based on such descriptions for converting text between 8-bit
 and Unicode encodings.
 .
 It also includes a compiler for a mapping description language that allows for
 bidirectional conversion description (i.e. the same description is used for
 conversion to and from Unicode).

Package: libteckit0
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Encoding conversion library
 TECkit is a toolkit for encoding conversions. It offers a simple format for
 describing the mapping between legacy 8-bit encodings and Unicode, and a
 set of utilities based on such descriptions for converting text between 8-bit
 and Unicode encodings.
 .
 It also includes a compiler for a mapping description language that allows for
 bidirectional conversion description (i.e. the same description is used for
 conversion to and from Unicode).
 .
 This package contains the shared libraries libTECkit and libTECkit_Compiler.

Package: libteckit-dev
Architecture: any
Section: libdevel
Depends: libteckit0 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: Development files for TECkit encoding conversion library
 TECkit is a toolkit for encoding conversions. It offers a simple format for
 describing the mapping between legacy 8-bit encodings and Unicode, and a
 set of utilities based on such descriptions for converting text between 8-bit
 and Unicode encodings.
 .
 It also includes a compiler for a mapping description language that allows for
 bidirectional conversion description (i.e. the same description is used for
 conversion to and from Unicode).
 .
 This package contains development files to allow linking to libTECkit
 for data conversion, and libTECkit_Compiler to compile mappings.