[SCM] Wormux PKG branch, master, updated. ed409c88fd6f7d05810ef898006d159ae18c9aba

Felix Geyer debfx-pkg at fobos.de
Sat Jul 17 14:33:00 UTC 2010


The following commit has been merged in the master branch:
commit ed409c88fd6f7d05810ef898006d159ae18c9aba
Author: Felix Geyer <debfx-pkg at fobos.de>
Date:   Sat Jul 17 16:07:43 2010 +0200

    Add a debug package.

diff --git a/debian/changelog b/debian/changelog
index 28051bd..4df0326 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,8 +16,9 @@ wormux (1:0.9.2.1-1) unstable; urgency=low
   * Warn about files that aren't installed in any package.
   * Respect the CFLAGS/CXXFLAGS environment variables in the autoconf script.
     - Add 03_respect_build_flags_from_env.patch.
+  * Add a debug package.
 
- -- Felix Geyer <debfx-pkg at fobos.de>  Sat, 17 Jul 2010 16:01:47 +0200
+ -- Felix Geyer <debfx-pkg at fobos.de>  Sat, 17 Jul 2010 16:06:40 +0200
 
 wormux (1:0.8.5-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 81d943e..9a82f42 100644
--- a/debian/control
+++ b/debian/control
@@ -89,3 +89,26 @@ Description: data files for the wormux game
  .
  This package contains data like maps and teams. If you want to play
  the game, you need to install the wormux package.
+
+Package: wormux-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+         wormux (= ${binary:Version}) | wormux-server (= ${binary:Version})
+Description: debugging symbols for the wormux game
+ Wormux is a free game where funny animals fight on a 2D map with
+ funny weapons. Though currently under heavy development, it is
+ already very playable, with lots of weapons (Dynamite, Baseball Bat,
+ Teleportation, etc.). For the moment, you can not play against
+ computer opponents.
+ .
+ There are also lots of maps available for your battling pleasure!
+ Wormux takes the genre to the next level, with great customisation
+ options leading to great gameplay. There is a wide selection of
+ teams, from the Aliens to the Chickens. Also, new battlefields can be
+ downloaded from the Internet, making strategy an important part of
+ each battle.
+ .
+ This package contains the debugging symbols associated with wormux and
+ wormux-server.
diff --git a/debian/rules b/debian/rules
index 5cff36d..c2363ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,3 +30,6 @@ override_dh_auto_clean:
 
 override_dh_install:
 	dh_install --list-missing
+
+override_dh_strip:
+	dh_strip --dbg-package=wormux-dbg

-- 
Wormux PKG



More information about the Pkg-games-commits mailing list