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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
Source: colobot
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
Didier Raboud <odyx@debian.org>,
Build-Depends:
cmake,
debhelper-compat (= 13),
google-mock,
libboost-dev,
libboost-filesystem-dev,
libboost-regex-dev,
libboost-system-dev,
libgl-dev,
libglew-dev,
libgtest-dev,
libopenal-dev,
libphysfs-dev,
libpng-dev,
librsvg2-bin,
libsdl2-dev,
libsdl2-image-dev,
libsdl2-ttf-dev,
libsndfile-dev,
perl,
po4a,
xmlstarlet,
Build-Depends-Indep:
doxygen,
graphviz,
vorbis-tools,
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/games-team/colobot
Vcs-Git: https://salsa.debian.org/games-team/colobot.git
Standards-Version: 4.7.0
Homepage: https://colobot.info
Package: colobot
Architecture: any
Depends:
colobot-common (>= ${source:Version}),
colobot-common-sounds (>= ${source:Version}),
colobot-common-textures (>= ${source:Version}),
fonts-dejavu-core,
fonts-dejavu-extra,
${misc:Depends},
${shlibs:Depends},
Description: educational programming strategy game
Colobot (Colonize with Bots) is an educational game aiming to teach
programming through entertainment. You are playing as an astronaut on a
journey with robot helpers to find a planet for colonization. It features 3D
real-time graphics and a C++ and Java-like, object-oriented language, CBOT,
which can be used to program the robots available in the game.
Package: colobot-common
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Recommends:
colobot (>= ${source:Version}),
Description: educational programming strategy game - data
Colobot (Colonize with Bots) is an educational game aiming to teach
programming through entertainment. You are playing as an astronaut on a
journey with robot helpers to find a planet for colonization. It features 3D
real-time graphics and a C++ and Java-like, object-oriented language, CBOT,
which can be used to program the robots available in the game.
.
This package contains the architecture-independent game data.
Package: colobot-common-sounds
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Recommends:
colobot (>= ${source:Version}),
Description: educational programming strategy game - sounds and music
Colobot (Colonize with Bots) is an educational game aiming to teach
programming through entertainment. You are playing as an astronaut on a
journey with robot helpers to find a planet for colonization. It features 3D
real-time graphics and a C++ and Java-like, object-oriented language, CBOT,
which can be used to program the robots available in the game.
.
This package contains the sounds and music for the game.
Package: colobot-common-textures
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Recommends:
colobot (>= ${source:Version}),
Description: educational programming strategy game - textures
Colobot (Colonize with Bots) is an educational game aiming to teach
programming through entertainment. You are playing as an astronaut on a
journey with robot helpers to find a planet for colonization. It features 3D
real-time graphics and a C++ and Java-like, object-oriented language, CBOT,
which can be used to program the robots available in the game.
.
This package contains the textures for the game.
Package: colobot-dev-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
libjs-jquery,
${misc:Depends},
Recommends:
colobot (>= ${source:Version}),
Description: educational programming strategy game - source doc
Colobot (Colonize with Bots) is an educational game aiming to teach
programming through entertainment. You are playing as an astronaut on a
journey with robot helpers to find a planet for colonization. It features 3D
real-time graphics and a C++ and Java-like, object-oriented language, CBOT,
which can be used to program the robots available in the game.
.
This package contains the doxygen documentation for the colobot source code.
|