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
|
Source: libeot
Section: fonts
Priority: optional
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Uploaders: Rene Engelhard <rene@debian.org>
Build-Depends: debhelper (>= 9.0.0), dh-autoreconf
Standards-Version: 3.9.4
Vcs-Git: https://salsa.debian.org/fonts-team/libeot.git
Vcs-Browser: https://salsa.debian.org/fonts-team/libeot
Package: libeot-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libeot0 (= ${binary:Version}), ${misc:Depends}
Description: Library for parsing/converting Embedded OpenType files -- development
Libeot is a library for parsing Embedded OpenType files and converting them
to other formats
.
This package contains the files needed to develop software using libeot.
Package: libeot0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library for parsing/converting Embedded OpenType files
Libeot is a library for parsing Embedded OpenType files and converting them
to other formats
.
This package contains the files needed to develop software using libeot.
Package: eot2ttf
Section: fonts
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: utility to convert Embedded OpenType fonts to TrueType
Libeot is a library for parsing Embedded OpenType files and converting them
to other formats
.
This package contains eot2ttf - which uses libeot to convert .eot to .ttf.
|