summaryrefslogtreecommitdiff
path: root/debian/control
blob: b3ef3092d64f4dfa50270b17c9d435644aabc43a (plain)
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 (>=11),
               pkg-config,
               chrpath,
               zlib1g-dev,
               libexpat1-dev,
               pkg-kde-tools
Section: text
Priority: optional
Maintainer: Daniel Glassey <wdg@debian.org>
Uploaders:  Norbert Preining <preining@debian.org>,
            Debian TeX Maintainers <debian-tex-maint@lists.debian.org>
Standards-Version: 4.2.1
Homepage: https://github.com/silnrsi/teckit
Vcs-Browser: https://salsa.debian.org/tex-team/teckit
Vcs-Git: https://salsa.debian.org/tex-team/teckit.git

Package: teckit
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
         libteckit0 (= ${binary:Version})
Replaces: texlive-binaries (<= 2018.20180907.48586-2)
Breaks: texlive-binaries (<= 2018.20180907.48586-2)
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.