[openjk] 08/19: Remove openjk-dbg, rely on automatic dbgsym packages

Simon McVittie smcv at debian.org
Sun Mar 20 21:48:44 UTC 2016


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

smcv pushed a commit to branch master
in repository openjk.

commit 38f01f109bfda32ded301b769ea3576099c0958d
Author: Simon McVittie <smcv at debian.org>
Date:   Sun Mar 20 13:06:14 2016 +0000

    Remove openjk-dbg, rely on automatic dbgsym packages
---
 debian/.gitignore |  1 -
 debian/changelog  |  1 +
 debian/control    | 17 +----------------
 debian/rules      |  2 +-
 4 files changed, 3 insertions(+), 18 deletions(-)

diff --git a/debian/.gitignore b/debian/.gitignore
index 60277dd..ef734c8 100644
--- a/debian/.gitignore
+++ b/debian/.gitignore
@@ -2,7 +2,6 @@
 /openjk-academy-server/
 /openjk-academy/
 /openjk-common/
-/openjk-dbg/
 /openjk-outcast/
 /icons/
 /scripts/openj*
diff --git a/debian/changelog b/debian/changelog
index 114d11e..67125ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ openjk (0~20160320+dfsg1-1) UNRELEASED; urgency=medium
   * Require strictly matching openjk-common version
   * Install CHANGELOG.md as the upstream changelog
   * Install README.md and rv-readme.txt in openjk-common
+  * Remove openjk-dbg, rely on automatic dbgsym packages
 
  -- Simon McVittie <smcv at debian.org>  Fri, 22 Jan 2016 11:09:04 +0000
 
diff --git a/debian/control b/debian/control
index 4b2700d..8b33b9b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Simon McVittie <smcv at debian.org>
 Build-Depends:
  cmake,
- debhelper (>= 9),
+ debhelper (>= 9.20160114~),
  dh-systemd,
  dpkg-dev (>= 1.16.1),
  icnsutils,
@@ -95,18 +95,3 @@ Suggests:
 Description: common files for all OpenJK games
  This package contains files shared by the openjk-academy,
  openjk-outcast and openjk-academy-server packages.
-
-Package: openjk-dbg
-Architecture: any
-Priority: extra
-Section: contrib/debug
-Depends:
- ${misc:Depends},
- ${shlibs:Depends},
- openjk-academy (= ${binary:Version})
- | openjk-outcast (= ${binary:Version})
- | openjk-academy-server (= ${binary:Version}),
-Description: debug symbols for the OpenJK family of game engines
- This package contains separate debug symbols which can be used to debug
- crashes in the openjk-academy, openjk-outcast and/or openjk-academy-server
- packages.
diff --git a/debian/rules b/debian/rules
index 44b1c27..1dd4146 100755
--- a/debian/rules
+++ b/debian/rules
@@ -140,7 +140,7 @@ override_dh_makeshlibs:
 	:
 
 override_dh_strip:
-	dh_strip --dbg-package=openjk-dbg
+	dh_strip --dbgsym-migration='openjk-dbg (<< 0~20160320+dfsg1-1~)'
 
 override_dh_clean:
 	rm -fr debian/icons

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



More information about the Pkg-games-commits mailing list