[openarena] 02/05: Remove openarena-dbg, rely on automatic dbgsym packages instead

Simon McVittie smcv at debian.org
Wed Sep 21 19:58:10 UTC 2016


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

smcv pushed a commit to branch debian/master
in repository openarena.

commit 37a4478fdd2a8e687d56209b9d2b346365ab1218
Author: Simon McVittie <smcv at debian.org>
Date:   Wed Sep 21 11:03:18 2016 +0100

    Remove openarena-dbg, rely on automatic dbgsym packages instead
---
 debian/changelog |  1 +
 debian/control   | 18 ------------------
 debian/rules     |  2 +-
 3 files changed, 2 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 233e8c7..fd0c34d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ openarena (0.8.8-17) UNRELEASED; urgency=medium
 
   * Move to debhelper compat level 10
     - don't build in parallel explicitly, it is now the default
+  * Remove openarena-dbg, rely on automatic dbgsym packages instead
 
  -- Simon McVittie <smcv at debian.org>  Wed, 21 Sep 2016 11:01:51 +0100
 
diff --git a/debian/control b/debian/control
index bb8dc3f..0e1d13a 100644
--- a/debian/control
+++ b/debian/control
@@ -42,24 +42,6 @@ Description: fast-paced 3D first-person shooter
  .
  This package installs the OpenArena client.
 
-Package: openarena-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends:
- openarena (= ${binary:Version}) | openarena-server (= ${binary:Version}),
- ${misc:Depends},
-Recommends:
- ioquake3-dbg,
-Description: debug symbols for OpenArena's game logic
- OpenArena is an open-source content package for ioQuake3 licensed under the
- GPL, effectively creating a free stand-alone game. Though OpenArena is a free
- replacement for id Software Inc.'s Quake 3 Arena, it is NOT compatible with
- the proprietary game!
- .
- This package contains debug symbols which can be used to debug crashes in
- OpenArena's game logic.
-
 Package: openarena-server
 Architecture: any
 Depends:
diff --git a/debian/rules b/debian/rules
index fbdfccf..4e89794 100755
--- a/debian/rules
+++ b/debian/rules
@@ -111,7 +111,7 @@ override_dh_auto_install:
 		debian/tmp/usr/lib/openarena-server/missionpack/
 
 override_dh_strip:
-	dh_strip --dbg-package=openarena-dbg
+	dh_strip --ddeb-migration='openarena-dbg (<< 0.8.8-17~)'
 
 .PHONY: get-orig-source
 get-orig-source:

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



More information about the Pkg-games-commits mailing list