Codebase list teckit / a1dde53e-6774-4808-9f87-eecf003ec1be/main debian / control
a1dde53e-6774-4808-9f87-eecf003ec1be/main

Tree @a1dde53e-6774-4808-9f87-eecf003ec1be/main (Download .tar.gz)

control @a1dde53e-6774-4808-9f87-eecf003ec1be/mainraw · history · blame

Source: teckit
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>
Section: text
Priority: optional
Build-Depends: debhelper-compat (=12),
               pkg-config,
               chrpath,
               zlib1g-dev,
               libexpat1-dev,
               pkg-kde-tools
Standards-Version: 4.6.0
Vcs-Browser: https://github.com/debian-tex/teckit
Vcs-Git: https://github.com/debian-tex/teckit.git
Homepage: https://github.com/silnrsi/teckit

Package: teckit
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libteckit0 (= ${binary:Version})
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
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
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
Multi-Arch: same
Section: libdevel
Depends: libteckit0 (= ${binary:Version}),
         ${misc:Depends}
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.