[redeclipse] 03/26: Drop -dbg packages and use the automatic -dbgsym packages instead.

Markus Koschany apo at moszumanska.debian.org
Sun Aug 28 15:31:33 UTC 2016


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

apo pushed a commit to branch master
in repository redeclipse.

commit 08e059e2817041b9b8e419ebd77fa49aaede4d36
Author: Markus Koschany <apo at debian.org>
Date:   Fri Aug 26 23:55:43 2016 +0200

    Drop -dbg packages and use the automatic -dbgsym packages instead.
---
 debian/control | 19 -------------------
 debian/rules   |  4 ----
 2 files changed, 23 deletions(-)

diff --git a/debian/control b/debian/control
index 3b07257..6a341cb 100644
--- a/debian/control
+++ b/debian/control
@@ -33,15 +33,6 @@ Description: free, casual arena shooter
   * Favourite gamemodes with an array of mutators and variables
   * Builtin editor lets you create your own maps cooperatively online
 
-Package: redeclipse-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: redeclipse (= ${binary:Version}),
-         ${misc:Depends}
-Description: debug symbols for the Red Eclipse FPS game
- This package contains the debugging symbols for the Red Eclipse FPS game.
-
 Package: redeclipse-server
 Architecture: any
 Depends: redeclipse-common (>= ${source:Upstream-Version}),
@@ -52,16 +43,6 @@ Description: server for the Red Eclipse FPS game
  also includes some example scripts for configuring the server. It contains no
  init integration.
 
-Package: redeclipse-server-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: redeclipse-server (= ${binary:Version}),
-         ${misc:Depends}
-Description: debug symbols for the Red Eclipse dedicated server
- This package contains the debugging symbols for the dedicated server of the
- Red Eclipse FPS game.
-
 Package: redeclipse-common
 Architecture: all
 Depends: ${misc:Depends}
diff --git a/debian/rules b/debian/rules
index c36c4bc..cc41cbb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,10 +24,6 @@ override_dh_auto_build:
 		LIBENET="" \
 		client server
 
-override_dh_strip:
-	dh_strip -predeclipse --dbg-package=redeclipse-dbg
-	dh_strip -predeclipse-server --dbg-package=redeclipse-server-dbg
-
 override_dh_auto_install:
 	$(MAKE) -C src/ \
 		LIBENET="" \

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



More information about the Pkg-games-commits mailing list