summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 3da5a55928a425b37f9fcb35b59bb4533a1a0586 (plain)
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
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: 
 debhelper (>= 9),
 cmake,
 libgl1-mesa-dev | libgl-dev,
 libglew-dev,
 libsdl1.2-dev (>= 1.2.10),
 libsdl-image1.2-dev,
 libsdl-ttf2.0-dev,
 libpng12-dev (>= 1.2),
 libboost-dev,
 libboost-system-dev,
 libboost-filesystem-dev,
 libboost-regex-dev,
 libopenal-dev,
 libsndfile-dev,
 librsvg2-bin,
 po4a,
 perl,
 google-mock,
 libgtest-dev
Build-Depends-Indep: doxygen, graphviz
Standards-Version: 3.9.4
Homepage: http://colobot.info

Package: colobot
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 colobot-common (>= ${source:Version})
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
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-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${misc:Depends}, ${shlibs:Depends},
 colobot (= ${binary:Version})
Description: educational programming strategy game - debug symbols
 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 debugging symbols.

Package: colobot-dev-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
 libjs-jquery
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.