summaryrefslogtreecommitdiffstats
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
parent16507cc30187d1d29a4ecabb6e2ad80faf7d6a67 (diff)
downloadcolobot-c452ce7494de682cfa4ba77e6f43a1aa56144117.tar.gz
colobot-c452ce7494de682cfa4ba77e6f43a1aa56144117.tar.bz2
colobot-c452ce7494de682cfa4ba77e6f43a1aa56144117.zip
Split colobot-common into -common, -sounds and -textures
-rw-r--r--debian/colobot-common-sounds.install2
-rw-r--r--debian/colobot-common-textures.install1
-rw-r--r--debian/colobot-common.install3
-rw-r--r--debian/control34
4 files changed, 36 insertions, 4 deletions
diff --git a/debian/colobot-common-sounds.install b/debian/colobot-common-sounds.install
new file mode 100644
index 0000000..80af28c
--- /dev/null
+++ b/debian/colobot-common-sounds.install
@@ -0,0 +1,2 @@
+usr/share/games/colobot/music
+usr/share/games/colobot/sounds
diff --git a/debian/colobot-common-textures.install b/debian/colobot-common-textures.install
new file mode 100644
index 0000000..fe8b611
--- /dev/null
+++ b/debian/colobot-common-textures.install
@@ -0,0 +1 @@
+usr/share/games/colobot/textures
diff --git a/debian/colobot-common.install b/debian/colobot-common.install
index b6aed05..0d05865 100644
--- a/debian/colobot-common.install
+++ b/debian/colobot-common.install
@@ -3,6 +3,3 @@ usr/share/games/colobot/help
usr/share/games/colobot/icons
usr/share/games/colobot/levels
usr/share/games/colobot/models
-usr/share/games/colobot/music
-usr/share/games/colobot/sounds
-usr/share/games/colobot/textures
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