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
|
Source: ri-li
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
Barry deFreese <bdefreese@debian.org>,
Markus Koschany <apo@debian.org>
Build-Depends:
debhelper-compat (= 13),
# .github/workflows/codeql.yml
cmake,
libsdl2-mixer-dev,
libsimpleini-dev,
Homepage: https://github.com/petitlapin/Li-Ri
# http://www.ri-li.org/
Vcs-Git: https://salsa.debian.org/games-team/ri-li.git
Vcs-Browser: https://salsa.debian.org/games-team/ri-li
Standards-Version: 4.7.2
Package: ri-li
Architecture: any
Provides: li-ri
Depends:
ri-li-data (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: toy train simulation game
Ri-li is a game in which you drive a wooden toy steam locomotive across many
levels and collect all the coaches to win.
.
It features:
* a colorful animated wooden steam locomotive;
* 50 game levels;
* 3 beautiful tunes and many sound effects;
* 14 languages (Arabic, Breton, Chinese, English, Esperanto, French,
German, Italian, Japanese, Portuguese, Russian, Slovak, Spanish, and
Swedish).
Package: ri-li-data
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends}
Suggests:
ri-li
Description: toy train simulation game - data files
Ri-li is a game in which you drive a wooden toy steam locomotive across many
levels and collect all the coaches to win.
.
This package provides data files for the game.
|