Codebase list teckit / 704dfd2 debian / control
704dfd2

Tree @704dfd2 (Download .tar.gz)

control @704dfd2raw · history · blame

Source: teckit
Build-Depends: dh-autoreconf,
               debhelper (>= 9~),
               pkg-config,
               chrpath,
               zlib1g-dev,
               libexpat1-dev
Section: text
Priority: optional
Maintainer: Daniel Glassey <wdg@debian.org>
Standards-Version: 3.9.6

Package: teckit
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
         libteckit0 (= ${binary:Version})
Multi-Arch: foreign
Description: Encoding conversion tools for plain text files
 TECkit provides tools for converting data to and from Unicode
 and also from one Unicode encoding to another.
 .
 It also includes a compiler for a description language that allows
 for bidirectional conversion description (the same description is
 used for conversion to and from Unicode, for example).

Package: libteckit0
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Encoding conversion library
 TECkit provides a generic library for converting data to and from Unicode
 and also from one Unicode encoding to another.
 .
 It also includes a compiler for a description language that allows
 for bidirectional conversion description (the same description is
 used for conversion to and from Unicode, for example).
 .
 This package contains the shared libraries.

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 provides a generic library for converting data to and from Unicode
 and also from one Unicode encoding to another.
 .
 It also includes a compiler for a description language that allows
 for bidirectional conversion description (the same description is
 used for conversion to and from Unicode, for example).
 .
 This package contains development files to allow linking to libTECkit
 for data conversion.