Source: libtcod
Maintainer: Fabian Wolff <fabi.wolff@arcor.de>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 10),
               autoconf,
               automake,
               libtool,
               pkg-config,
               libsdl2-dev,
               zlib1g-dev,
               python,
               dh-python
Standards-Version: 4.1.2
Homepage: https://bitbucket.org/libtcod/libtcod

Package: libtcod0
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: graphics and utility library for roguelike developers
 Libtcod offers a free, fast, portable and uncomplicated API for
 roguelike developers providing an advanced true color console, input
 and lots of other utilities frequently used in roguelikes.
 .
 This package contains the runtime libraries. You shouldn't have to
 install it manually.

Package: libtcod-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libtcod0 (= ${binary:Version}),
         ${misc:Depends}
Description: development files for the libtcod roguelike library
 Libtcod offers a free, fast, portable and uncomplicated API for
 roguelike developers providing an advanced true color console, input
 and lots of other utilities frequently used in roguelikes.
 .
 This package contains the development files.

Package: python-libtcod
Architecture: all
Section: python
Depends: libtcod-dev (>= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends},
         ${python:Depends}
Description: Python bindings for the libtcod library
 Libtcod offers a free, fast, portable and uncomplicated API for
 roguelike developers providing an advanced true color console, input
 and lots of other utilities frequently used in roguelikes.
 .
 This package contains the libtcodpy wrapper module needed to use
 libtcod in Python programs.
