summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2013-11-14 11:09:44 +0100
committerDidier Raboud <odyx@debian.org>2013-11-14 13:34:21 +0100
commitc452ce7494de682cfa4ba77e6f43a1aa56144117 (patch)
tree8abea07a778166672bb439ab76019b950c88b323 /debian/control
parent16507cc30187d1d29a4ecabb6e2ad80faf7d6a67 (diff)
downloadcolobot-c452ce7494de682cfa4ba77e6f43a1aa56144117.tar.gz
colobot-c452ce7494de682cfa4ba77e6f43a1aa56144117.tar.bz2
colobot-c452ce7494de682cfa4ba77e6f43a1aa56144117.zip
Split colobot-common into -common, -sounds and -textures
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control34
1 files changed, 33 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 180378e..4102536 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,9 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
fonts-dejavu-core, fonts-dejavu-extra,
- colobot-common (>= ${source:Version})
+ 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
@@ -57,6 +59,36 @@ Description: educational programming strategy game - data
.
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