Package: netpanzer
Version: 0.8+svn20060319-2
Severity: wishlist
Tags: patch

Please provide a package with debugging symbols. Currently, it's more or
less impossible to even start looking for the places in the code where
errors happen. A debug package would at least make it possible to say
where the game has crashed.

I'm attaching a quick patch to create netpanzer-dbg. Please consider
applying it -- and sorry if I've forgotten something.

Thanks,
-- 
Fabian Fagerholm <[EMAIL PROTECTED]>
--- debian/control.orig 2006-12-05 22:38:54.000000000 +0200
+++ debian/control      2006-12-05 22:41:46.000000000 +0200
@@ -27,3 +27,17 @@
  or leave  multiplayer games at any time.
  .
   Homepage: http://netpanzer.berlios.de
+
+Package: netpanzer-dbg
+Architecture: any
+Priority: extra
+Depends: netpanzer (= ${Source-Version})
+Description: debugging symbols for netpanzer
+ netPanzer is an isometric view real-time tactical game designed for
+ play across the Internet and over LAN systems. One on one games are
+ possible via direct connect or modem.
+ .
+ This package contains the debugging symbols for netPanzer. Debugging
+ symbols can be useful when investigating faults and crashes in the game.
+ You may be asked to install this package and gather debugging information
+ if you encounter such a crash.

--- debian/rules.orig   2006-12-05 22:38:27.000000000 +0200
+++ debian/rules        2006-12-05 22:38:48.000000000 +0200
@@ -64,7 +64,7 @@
        dh_installmenu
        dh_install 
        dh_link
-       dh_strip
+       dh_strip --dbg-package=netpanzer-dbg
        dh_compress
        dh_fixperms
        dh_installdeb

Reply via email to