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
|
Source: libfontenc
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends:
x11proto-dev,
zlib1g-dev,
pkgconf,
xutils-dev (>= 1:7.5~1),
xfonts-utils (>= 1:7.5+1),
debhelper-compat (= 13),
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/xorg-team/lib/libfontenc.git
Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libfontenc
Package: libfontenc1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
Description: X11 font encoding library
libfontenc is a library which helps font libraries portably determine
and deal with different encodings of fonts.
.
More information about X.Org can be found at:
<URL:http://www.X.org>
.
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libfontenc
Package: libfontenc1-udeb
Package-Type: udeb
Section: debian-installer
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Description: X11 font encoding library
This is a udeb, or a microdeb, for the debian-installer.
Package: libfontenc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
libfontenc1 (= ${binary:Version}),
zlib1g-dev,
Description: X11 font encoding library (development headers)
libfontenc is a library which helps font libraries portably determine
and deal with different encodings of fonts.
.
This package contains the development headers for the library found in
libfontenc1. Non-developers likely have little use for this package.
.
More information about X.Org can be found at:
<URL:http://www.X.org>
.
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libfontenc
|