r2037 - packages/trunk/netpanzer/debian

Gonéri Le Bouder goneri-guest at alioth.debian.org
Thu Dec 7 18:02:43 CET 2006


Author: goneri-guest
Date: 2006-12-07 18:02:43 +0100 (Thu, 07 Dec 2006)
New Revision: 2037

Modified:
   packages/trunk/netpanzer/debian/changelog
   packages/trunk/netpanzer/debian/control
   packages/trunk/netpanzer/debian/rules
Log:
* creates netpanzer-dbg that provide debugging symbol in order to help
bugchasing (thanks Fabian Fagerholm) (Closes: #401775)


Modified: packages/trunk/netpanzer/debian/changelog
===================================================================
--- packages/trunk/netpanzer/debian/changelog	2006-12-06 22:37:59 UTC (rev 2036)
+++ packages/trunk/netpanzer/debian/changelog	2006-12-07 17:02:43 UTC (rev 2037)
@@ -2,8 +2,10 @@
 
   * change from pkg-games to Debian Games Team in copyright
    - i removed this entry from 0.8+svn20060319-2 the changelog
+  * creates netpanzer-dbg that provide debugging symbol in order to help
+    bugchasing (thanks Fabian Fagerholm) (Closes: #401775)
 
- -- Gonéri Le Bouder <goneri at rulezlan.org>  Tue, 22 Aug 2006 13:44:44 +0200
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Thu,  7 Dec 2006 18:09:04 +0100
 
 netpanzer (0.8+svn20060319-2) unstable; urgency=low
 

Modified: packages/trunk/netpanzer/debian/control
===================================================================
--- packages/trunk/netpanzer/debian/control	2006-12-06 22:37:59 UTC (rev 2036)
+++ packages/trunk/netpanzer/debian/control	2006-12-07 17:02:43 UTC (rev 2037)
@@ -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.

Modified: packages/trunk/netpanzer/debian/rules
===================================================================
--- packages/trunk/netpanzer/debian/rules	2006-12-06 22:37:59 UTC (rev 2036)
+++ packages/trunk/netpanzer/debian/rules	2006-12-07 17:02:43 UTC (rev 2037)
@@ -68,7 +68,7 @@
 	dh_compress
 	dh_fixperms
 	dh_installdeb
-	dh_shlibdeps
+	dh_shlibdeps --dbg-package=netpanzer-dbg
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




More information about the Pkg-games-commits mailing list