[netpanzer] 09/118: * creates netpanzer-dbg that provide debugging symbol in order to help bugchasing (thanks Fabian Fagerholm) (Closes: #401775)

Markus Koschany apo at moszumanska.debian.org
Sun Jun 5 10:16:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository netpanzer.

commit 8c821cfa3653da9f7b0fb3bfcf258b4b1713f269
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Thu Dec 7 17:02:43 2006 +0000

    * creates netpanzer-dbg that provide debugging symbol in order to help
    bugchasing (thanks Fabian Fagerholm) (Closes: #401775)
---
 debian/changelog |  4 +++-
 debian/control   | 14 ++++++++++++++
 debian/rules     |  2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 683a7e8..443a02d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ netpanzer (0.8+svn20060319-3) UNRELEASED; urgency=low
 
   * 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
 
diff --git a/debian/control b/debian/control
index d2f448d..5795ca9 100644
--- a/debian/control
+++ b/debian/control
@@ -27,3 +27,17 @@ Description: online multiplayer tactical warfare game
  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.
diff --git a/debian/rules b/debian/rules
index ee54450..c453a00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -68,7 +68,7 @@ binary-arch: build install
 	dh_compress
 	dh_fixperms
 	dh_installdeb
-	dh_shlibdeps
+	dh_shlibdeps --dbg-package=netpanzer-dbg
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/netpanzer.git



More information about the Pkg-games-commits mailing list