From c452ce7494de682cfa4ba77e6f43a1aa56144117 Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Thu, 14 Nov 2013 11:09:44 +0100 Subject: Split colobot-common into -common, -sounds and -textures --- debian/control | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) (limited to 'debian/control') 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 -- cgit v1.2.3-1-g7c22