[wfmath] 02/02: Convert to automatic debug package

Olek Wojnar olek-guest at moszumanska.debian.org
Sun Jul 10 05:04:19 UTC 2016


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

olek-guest pushed a commit to branch updates
in repository wfmath.

commit 0dd993fedd5a0bf5d8b44ac3ef7a15234d319c2d
Author: Olek Wojnar <olek-dev at wojnar.org>
Date:   Sat Jul 9 15:48:34 2016 -0400

    Convert to automatic debug package
---
 debian/changelog |  3 ++-
 debian/control   | 17 -----------------
 debian/rules     |  7 +------
 3 files changed, 3 insertions(+), 24 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index aba2bfa..debc486 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,8 +14,9 @@ wfmath (1.0.2+dfsg1-1) unstable; urgency=medium
   * d/watch: update file extensions
   * Update d/copyright
   * Enable all hardening options
+  * Convert to automatic debug package
 
- -- Olek Wojnar <olek-dev at wojnar.org>  Fri, 08 Jul 2016 22:33:11 -0400
+ -- Olek Wojnar <olek-dev at wojnar.org>  Sat, 09 Jul 2016 15:47:07 -0400
 
 wfmath (1.0.2+dfsg1-0.4) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 16e9abb..66c0e24 100644
--- a/debian/control
+++ b/debian/control
@@ -53,20 +53,3 @@ Description: WorldForge math library - API documentation
  build these shapes (points, vectors, matrices).
  .
  This package contains the API documentation files.
-
-Package: libwfmath-1.0-1v5-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: libwfmath-1.0-1v5 (= ${binary:Version}),
-         ${misc:Depends}
-Conflicts: libwfmath-1.0-1-dbg
-Replaces: libwfmath-1.0-1-dbg
-Description: WorldForge math library - debugging library
- The primary focus of WFMath is geometric objects. Thus,
- it includes an several shapes (boxes, balls, lines),
- in addition to the basic math objects that are used to
- build these shapes (points, vectors, matrices).
- .
- This package contains the library with debugging symbols.
diff --git a/debian/rules b/debian/rules
index edd3819..4ce5fec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,9 +24,4 @@ override_dh_auto_clean:
 	dh_auto_clean
 
 override_dh_strip:
-	set -e; \
-	for pkg in $(patsubst %-dbg,%,$(filter %-dbg,$(shell dh_listpackages))); do \
-		dh_strip -p$${pkg} --dbg-package=$${pkg}-dbg; \
-	done
-	dh_strip -s --remaining-packages
-
+	dh_strip --dbgsym-migration='libwfmath-1.0-1v5-dbg (<< 1.0.2+dfsg1-1)'

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



More information about the Pkg-games-commits mailing list