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
|
Source: sdl-ttf2.0
Section: libs
Priority: optional
Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers@lists.alioth.debian.org>
Uploaders: Manuel A. Fernandez Montecelo <mafm@debian.org>
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9~),
dh-autoreconf,
dpkg-dev (>= 1.16.1~),
libfreetype6-dev,
libsdl1.2-dev (>= 1.2.14)
Homepage: http://www.libsdl.org/projects/SDL_ttf/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/sdl-ttf2.0.git
Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/sdl-ttf2.0.git
Package: libsdl-ttf2.0-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: TrueType Font library for Simple DirectMedia Layer 1.2, libraries
Sample library which allows you to use TrueType fonts in your SDL applications.
.
This package contains the shared library.
Package: libsdl-ttf2.0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
libc6-dev,
libsdl-ttf2.0-0 (= ${binary:Version}),
libsdl1.2-dev (>= 1.2.14)
Description: TrueType Font library for Simple DirectMedia Layer 1.2, development files
Sample library which allows you to use TrueType fonts in your SDL applications.
.
This package contains the development files.
|