[7kaa] 01/04: Migrate from a manual "-dbg" package to an automatic generated debug symbol package: + debian/control: remove 7kaa-dbg and remove it from 7kaa Suggests. + debian/rules: use --dbgsym-migration in override_dh_strip.

Bertrand Marc bmarc at moszumanska.debian.org
Mon Sep 19 18:26:26 UTC 2016


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

bmarc pushed a commit to branch master
in repository 7kaa.

commit 344732597251411631729dbc4198fcfcefce60c1
Author: Bertrand Marc <bmarc at debian.org>
Date:   Tue Sep 13 20:09:00 2016 +0200

    Migrate from a manual "-dbg" package to an automatic generated debug symbol package:
    + debian/control: remove 7kaa-dbg and remove it from 7kaa Suggests.
    + debian/rules: use --dbgsym-migration in override_dh_strip.
---
 debian/control | 12 ------------
 debian/rules   |  2 +-
 2 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index 0032ba3..b373efb 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,6 @@ Vcs-Browser: https://anonscm.debian.org/git/pkg-games/7kaa.git
 Package: 7kaa
 Architecture: amd64 i386
 Depends: 7kaa-data (>=2.14), ${misc:Depends}, ${shlibs:Depends}
-Suggests: 7kaa-dbg (= ${binary:Version})
 Description: Seven Kingdoms Ancient Adversaries: real-time strategy game
  Seven Kingdoms, designed by Trevor Chan, brings a unique blend of
  Real-Time Strategy with the addition of trade, diplomacy, and espionage.
@@ -44,14 +43,3 @@ Description: Seven Kingdoms Ancient Adversaries - game data
  Real-Time Strategy with the addition of trade, diplomacy, and espionage.
  .
  This package contains the data files.
-
-Package: 7kaa-dbg
-Section: debug
-Priority: extra
-Architecture: amd64 i386
-Depends: 7kaa (= ${binary:Version}), ${misc:Depends}
-Description: Seven Kingdoms Ancient Adversaries - debug
- Seven Kingdoms, designed by Trevor Chan, brings a unique blend of
- Real-Time Strategy with the addition of trade, diplomacy, and espionage.
- .
- This package contains the debugging symbols.
diff --git a/debian/rules b/debian/rules
index 2e46c04..3cfcb39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ override_dh_auto_install:
 	rm -rfv debian/7kaa/usr/share/games/doc
 
 override_dh_strip:
-	dh_strip --dbg-package=7kaa-dbg
+	dh_strip --dbgsym-migration='7kaa-dbg (<< 2.14.6~)'
 
 override_dh_builddeb:
 	dh_builddeb -- -Zxz

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



More information about the Pkg-games-commits mailing list