2014-03-15 16:59:03 +00:00
|
|
|
# SRB2 Debian package control file.
|
|
|
|
|
2018-12-30 20:08:30 +00:00
|
|
|
Source: ${PACKAGE_NAME}
|
2014-03-15 16:59:03 +00:00
|
|
|
Section: games
|
|
|
|
Priority: extra
|
2018-12-30 20:08:30 +00:00
|
|
|
Maintainer: ${PACKAGE_GROUP_NAME_EMAIL}
|
2016-02-06 17:31:37 +00:00
|
|
|
Build-Depends: debhelper (>= 7.0.50~),
|
|
|
|
libsdl2-dev,
|
|
|
|
libsdl2-mixer-dev,
|
2018-12-30 20:08:30 +00:00
|
|
|
libpng-dev | libpng16-dev | libpng12-dev (>= 1.2.7),
|
2018-11-26 12:08:15 +00:00
|
|
|
zlib1g-dev,
|
|
|
|
libgme-dev,
|
2018-11-27 06:17:34 +00:00
|
|
|
libglu1-dev | libglu-dev,
|
|
|
|
libosmesa6-dev | libgl-dev,
|
2016-02-06 17:31:37 +00:00
|
|
|
nasm [i386]
|
2014-03-15 16:59:03 +00:00
|
|
|
Standards-Version: 3.8.4
|
2018-12-30 20:08:30 +00:00
|
|
|
Homepage: ${PACKAGE_WEBSITE}
|
2014-03-15 16:59:03 +00:00
|
|
|
|
2018-12-30 20:08:30 +00:00
|
|
|
Package: ${PACKAGE_NAME}
|
2014-03-15 16:59:03 +00:00
|
|
|
Architecture: any
|
2018-12-30 20:08:30 +00:00
|
|
|
Depends: ${SHLIBS_DEPENDS}, ${MISC_DEPENDS},
|
|
|
|
${PACKAGE_NAME}-data (>> ${PACKAGE_ASSET_MINVERSION}), ${PACKAGE_NAME}-data (<< ${PACKAGE_ASSET_MAXVERSION}),
|
|
|
|
libsdl2-2.0-0,
|
|
|
|
libsdl2-mixer-2.0-0,
|
|
|
|
zlib1g,
|
|
|
|
libgme0,
|
|
|
|
libpng | libpng16-16 | libpng12-0
|
2014-03-15 16:59:03 +00:00
|
|
|
Description: A cross-platform 3D Sonic fangame
|
|
|
|
Sonic Robo Blast 2 is a 3D open-source Sonic the Hedgehog
|
|
|
|
fangame built using a modified version of the Doom Legacy
|
|
|
|
port of Doom. SRB2 is closely inspired by the original
|
|
|
|
Sonic games from the Sega Genesis, and attempts to recreate
|
2018-11-26 19:40:59 +00:00
|
|
|
the design in 3D. It features tons of levels, enemies, speed,
|
|
|
|
and quite a lot of the fun that the original Sonic games provided.
|
|
|
|
|
2014-03-15 16:59:03 +00:00
|
|
|
|
2018-12-30 20:08:30 +00:00
|
|
|
Package: ${PACKAGE_NAME}-dbg
|
2014-03-15 16:59:03 +00:00
|
|
|
Architecture: any
|
2018-12-30 20:08:30 +00:00
|
|
|
# FIXME: should be Depends: ${SHLIBS_DEPENDS}, ${MISC_DEPENDS}, srb2-data (= 2.1.14), srb2 but dh_shlibdeps is being an asshat
|
|
|
|
Depends: libc6, ${MISC_DEPENDS}, ${PACKAGE_NAME}-data (>> ${PACKAGE_ASSET_MINVERSION}), ${PACKAGE_NAME}-data (<< ${PACKAGE_ASSET_MAXVERSION}), ${PACKAGE_NAME}
|
2014-03-15 16:59:03 +00:00
|
|
|
Description: A cross-platform 3D Sonic fangame
|
|
|
|
Sonic Robo Blast 2 is a 3D open-source Sonic the Hedgehog
|
|
|
|
fangame built using a modified version of the Doom Legacy
|
|
|
|
port of Doom. SRB2 is closely inspired by the original
|
|
|
|
Sonic games from the Sega Genesis, and attempts to recreate
|
2018-11-26 19:40:59 +00:00
|
|
|
the design in 3D. It features tons of levels, enemies, speed,
|
|
|
|
and quite a lot of the fun that the original Sonic games provided.
|
|
|
|
This is a debug binary; its symbols will be loaded by gdb
|
2014-03-15 16:59:03 +00:00
|
|
|
when the user starts the game with gdb for debugging.
|