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

Bertrand Marc bmarc at moszumanska.debian.org
Tue Sep 13 18:09:24 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 f9ba153fb9729c25fae9fdca86a709a4737552bb
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.
    + debian/rules: use --dbgsym-migration in override_dh_strip.
---
 debian/control | 11 -----------
 debian/rules   |  2 +-
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index 0032ba3..a2d4174 100644
--- a/debian/control
+++ b/debian/control
@@ -44,14 +44,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