File: control

package info (click to toggle)
teckit 2.5.10%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,360 kB
  • sloc: cpp: 41,135; ansic: 4,550; sh: 4,232; perl: 191; makefile: 178; xml: 15
file content (70 lines) | stat: -rw-r--r-- 2,868 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
70
Source: teckit
Build-Depends: debhelper-compat (=12),
               pkg-config,
               chrpath,
               zlib1g-dev,
               libexpat1-dev,
               pkg-kde-tools
Section: text
Priority: optional
Maintainer: Debian TeX Maintainers <debian-tex-maint@lists.debian.org>
Uploaders: Daniel Glassey <wdg@debian.org>,
	Norbert Preining <norbert@preining.info>,
	Hilmar Preusse <hille42@web.de>,
Standards-Version: 4.5.0
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})
Replaces: texlive-binaries (<< 2018.20180907.48586-3~)
Breaks: texlive-binaries (<< 2018.20180907.48586-3~)
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.