Source: libsdl2-ttf
Section: libs
Priority: optional
Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers@lists.alioth.debian.org>
Uploaders: Sam Hocevar (Debian packages) <sam+deb@zoy.org>,
           Sam Lantinga <slouken@libsdl.org>
Standards-Version: 3.9.2
Build-Depends: debhelper (>= 8.9.0~),
               dh-autoreconf,
               dpkg-dev (>= 1.16.1~),
               libsdl2-dev (>= 2.0.0),
               libfreetype6-dev
Homepage: http://www.libsdl.org/projects/SDL_ttf/

Package: libsdl2-ttf
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: TrueType font library for Simple DirectMedia Layer 2.0
 This is a TrueType font library based on FreeType 2. It allows you to use
 TrueType fonts in SDL applications.
 .
 This package contains the shared library.

Package: libsdl2-ttf-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
         libsdl2-ttf (= ${binary:Version}),
         libc6-dev,
         libsdl2-dev (>= 2.0.0)
Description: development files for SDL ttf library (version 2.0)
 SDL_ttf is a sample TrueType font library. It allows you to use
 TrueType fonts in SDL applications.
 .
 This package contains files needed if you wish to use the SDL ttf
 library in your own programs.
