summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control121
1 files changed, 121 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d7fbfd9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,121 @@
+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,
+ imagemagick
+Build-Depends-Indep: doxygen, graphviz
+Vcs-Git: https://alioth.debian.org/anonscm/git/pkg-games/colobot.git -b debian
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/colobot.git
+Standards-Version: 3.9.5
+Homepage: http://colobot.info
+
+Package: colobot
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ fonts-dejavu-core, fonts-dejavu-extra,
+ colobot-common (>= ${source:Version}),
+ colobot-common-textures (>= ${source:Version}),
+ colobot-common-sounds (>= ${source:Version}),
+Replaces: colobot-common (<< 0.1.1-2)
+Breaks: colobot-common (<< 0.1.1-2)
+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-common-textures
+Architecture: all
+Depends: ${misc:Depends},
+Recommends: colobot (>= ${source:Version})
+Replaces: colobot-common (<< 0.1.1-2)
+Breaks: colobot-common (<< 0.1.1-2)
+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-common-sounds
+Architecture: all
+Depends: ${misc:Depends},
+Recommends: colobot (>= ${source:Version})
+Replaces: colobot-common (<< 0.1.1-2)
+Breaks: colobot-common (<< 0.1.1-2)
+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-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.