Source: pygame-sdl2
Section: oldlibs
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 cython3,
 dh-python,
 dh-sequence-python3,
 libfluidsynth-dev,
 libjack-jackd2-dev,
 libsdl2-dev,
 libsdl2-image-dev,
 libsdl2-mixer-dev,
 libsdl2-ttf-dev,
 libjpeg62-turbo-dev | libjpeg-turbo8-dev,
 libjpeg-dev,
 libpng-dev,
 libtiff-dev,
 pkgconf,
 pkg-config,
 python3-all-dev,
 python3-colorlog,
 python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://github.com/renpy/pygame_sdl2
Vcs-Browser: https://salsa.debian.org/games-team/pygame-sdl2
Vcs-Git: https://salsa.debian.org/games-team/pygame-sdl2.git

Package: python3-pygame-sdl2
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
 fonts-dejavu-core,
Suggests: python3-pygame,
Description: Reimplementation of portions of the pygame API using SDL2
 Pygame_sdl2 is a reimplementation of the Pygame API using SDL2 and related libraries. While in the past it was meant to support multiple applications, it only saw adoption as technology underlying Ren'Py, and is currently being supported for that purpose.