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
|
Source: xmoto
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Miriam Ruiz <little_miry@yahoo.es>,
Samuel Mimram <smimram@debian.org>,
Barry deFreese <bdefreese@debian.org>,
Stephen Kitt <skitt@debian.org>
Section: games
Priority: optional
Build-Depends: cmake,
debhelper-compat (= 13),
libbz2-dev,
libchipmunk-dev,
libcurl4-gnutls-dev,
libgl1-mesa-dev | libgl-dev,
libjpeg-dev,
liblua5.1-0-dev,
libode-dev,
libpng-dev,
libsdl-mixer1.2-dev,
libsdl-net1.2-dev,
libsdl-ttf2.0-dev,
libsdl1.2-dev,
libsqlite3-dev,
libxdg-basedir-dev,
libxml2-dev,
zlib1g-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/games-team/xmoto
Vcs-Git: https://salsa.debian.org/games-team/xmoto.git
Homepage: http://xmoto.tuxfamily.org/
Rules-Requires-Root: no
Package: xmoto
Architecture: any
Depends: xmoto-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: 2D motocross platform game
X-Moto is a challenging 2D motocross platform game, where physics play
an all important role in the gameplay. You need to control your bike to
its limit, if you want to have a chance finishing the more difficult of
the challenges.
Package: xmoto-data
Architecture: all
Depends: fonts-arphic-bkai00mp,
fonts-dejavu-core,
${misc:Depends}
Suggests: xmoto (>= ${source:Version})
Description: 2D motocross platform game - data files
X-Moto is a challenging 2D motocross platform game, where physics play
an all important role in the gameplay. You need to control your bike to
its limit, if you want to have a chance finishing the more difficult of
the challenges.
.
This package contains the data files needed by xmoto.
|