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
|
Source: libxfont
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Timo Aaltonen <tjaalton@debian.org>
Build-Depends:
debhelper (>= 10),
quilt,
pkg-config,
libfontenc-dev (>= 1:1.0.5-2),
x11proto-core-dev,
xtrans-dev,
x11proto-fonts-dev,
libfreetype6-dev,
zlib1g-dev,
libbz2-dev,
xutils-dev (>= 1:7.5+4),
# devel-docs
xmlto, xorg-sgml-doctools (>= 1:1.7), w3m,
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/libxfont.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-xorg/lib/libxfont.git
Package: libxfont2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: xfs (<< 1:1.1.4)
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: X11 font rasterisation library
libXfont provides various services for X servers, most notably font
selection and rasterisation (through external libraries).
.
More information about X.Org can be found at:
<URL:https://www.X.org>
.
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libXfont
Package: libxfont2-udeb
XC-Package-Type: udeb
Section: debian-installer
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: X11 font rasterisation library
This is a udeb, or a microdeb, for the debian-installer.
Package: libxfont-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libxfont2 (= ${binary:Version}), libx11-dev, x11proto-core-dev, x11proto-fonts-dev, libfreetype6-dev, libfontenc-dev (>= 1:1.0.1-1)
Description: X11 font rasterisation library (development headers)
libXfont provides various services for X servers, most notably font
selection and rasterisation (through external libraries).
.
This package contains the development headers for the library found in
libxfont2. Non-developers likely have little use for this package.
.
More information about X.Org can be found at:
<URL:https://www.X.org>
.
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libXfont
|