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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: supertux
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
Bartosz Fenski <fenio@debian.org>,
Vincent Cheng <vcheng@debian.org>
Build-Depends:
cmake (>= 2.6),
debhelper-compat (= 13),
libboost-date-time-dev (>= 1.41),
libboost-dev (>= 1.41),
libboost-filesystem-dev (>= 1.41),
libboost-locale-dev (>= 1.41),
libboost-system-dev (>= 1.41),
libcurl4-gnutls-dev,
libfreetype-dev,
libfribidi-dev,
libglew-dev,
libglm-dev,
libharfbuzz-dev,
libopenal-dev,
libphysfs-dev,
libpng-dev,
libraqm-dev,
libsdl2-dev (>= 2.0.1),
libsdl2-image-dev (>= 2.0.0),
libvorbis-dev,
pkgconf,
zlib1g-dev
Standards-Version: 4.7.0
Homepage: https://www.supertux.org/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/games-team/supertux.git
Vcs-Browser: https://salsa.debian.org/games-team/supertux
Package: supertux
Architecture: any
Depends:
supertux-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Classic 2D jump 'n run sidescroller with Tux
SuperTux is a classic 2D jump 'n run sidescroller game in a similar
style like the original SuperMario games. You play the role of Tux the
Penguin, who must rescue Penny from the hands of the evil Nolok.
Package: supertux-data
Architecture: all
Depends: ${misc:Depends}, fonts-nanum, fonts-roboto-unhinted
Multi-Arch: foreign
Suggests: supertux
Description: Classic 2D jump 'n run sidescroller with Tux (data files)
SuperTux is a classic 2D jump 'n run sidescroller game in a similar
style like the original SuperMario games. You play the role of Tux the
Penguin, who must rescue Penny from the hands of the evil Nolok.
.
This package contains the data files required by SuperTux.
|