Bug#599884: speed-dreams
This game is a definitive improvement over its predecessor torcs!
It would be nice to have it in Debian (11?). :)
I attach a simple patch to fix the build on Debian testing. Changes:
* fix openscenegraph dependency
* order dependency by name and put each one on a new line
With the patch the game builds and runs fine.
Please consider applying.
diff --git a/debian/control b/debian/control
index 690481e..a295334 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,32 @@ Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Gürkan Myczko <gurkan@phys.ethz.ch>
-Build-Depends: debhelper (>= 11), libplib-dev, libsdl2-dev, libogg-dev, cmake, libopenscenegraph-3.4-dev, libexpat1-dev, libopenal-dev, libenet-dev, libpng-dev, libjpeg-dev, libxmu-dev, libvorbis-dev, libcurl4-gnutls-dev
+Build-Depends:
+ debhelper (>= 11),
+ cmake,
+ libcurl4-gnutls-dev,
+ libenet-dev,
+ libexpat1-dev,
+ libjpeg-dev,
+ libogg-dev,
+ libopenal-dev,
+ libopenscenegraph-dev (>= 3.4),
+ libplib-dev,
+ libpng-dev,
+ libsdl2-dev,
+ libvorbis-dev,
+ libxmu-dev
Standards-Version: 4.3.0
Homepage: https://www.speed-dreams.org/
Package: speed-dreams
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, speed-dreams-data, ttf-bitstream-vera, symlinks
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ speed-dreams-data,
+ symlinks,
+ ttf-bitstream-vera
Description: Open source motorsport simulation
This is a 3d cross-platform, open source motorsport simulation and racing
game. It is a fork of the open racing car simulator Torcs, aiming to implement
@@ -19,7 +38,8 @@ Description: Open source motorsport simulation
Package: speed-dreams-data
Architecture: all
-Depends: ${misc:Depends}
+Depends:
+ ${misc:Depends}
Description: Open source motorsport simulation, data files
This is a 3d cross-platform, open source motorsport simulation and racing
game. It is a fork of the open racing car simulator Torcs, aiming to implement
Reply to: