Source: sdlpango
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>,
           Aurelien Jarno <aurel32@debian.org>,
           Josselin Mouette <joss@debian.org>,
           Felix Geyer <debfx-pkg@fobos.de>
DM-Upload-Allowed: yes
Standards-Version: 3.9.3
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               libsdl1.2-dev (>= 1.2.4),
               libpango1.0-dev (>= 1.2.0)
Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/sdlpango.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/sdlpango.git
Homepage: http://sdlpango.sourceforge.net/

Package: libsdl-pango1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: text rendering with Pango in SDL applications (shared library)
 SDL_pango is a Simple Directmedia Layer extension for rendering text 
 with the Pango library. Its use cases are similar to those of SDL_ttf, 
 but it benefits from the superior Pango font selection engine for 
 improved rendering of internationalized text.
 .
 This package contains the runtime shared library.

Package: libsdl-pango-dev
Architecture: any
Depends: ${misc:Depends},
         libsdl-pango1 (= ${binary:Version}),
         libsdl1.2-dev (>= 1.2.4),
         libpango1.0-dev (>= 1.2.0)
Section: libdevel
Description: text rendering with Pango in SDL applications (development)
 SDL_pango is a Simple Directmedia Layer extension for rendering text
 with the Pango library. Its use cases are similar to those of SDL_ttf, 
 but it benefits from the superior Pango font selection engine for
 improved rendering of internationalized text.
 .
 This package contains the static library and development headers needed 
 to build applications using SDL_pango.
