From 528a6a5702fc7f506f0b76b11b93d9a52a905e63 Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Wed, 19 Dec 2012 14:23:33 +0100 Subject: Add a debugging package --- debian/control | 14 ++++++++++++++ debian/rules | 5 ++++- 2 files changed, 18 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 1269767..026ee06 100644 --- a/debian/control +++ b/debian/control @@ -47,6 +47,20 @@ Description: educational programming strategy game - data . This package contains the architecture-independent game data. +Package: colobot-dbg +Architecture: any +Section: debug +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 diff --git a/debian/rules b/debian/rules index ff45b44..cfc9147 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,10 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=cmake --parallel + dh $@ \ + --buildsystem=cmake \ + --parallel \ + --dbg-package=colobot-dbg override_dh_auto_build: dh_auto_build -a -- cgit v1.2.3-1-g7c22