[Pkg-sdl-commits] [libsdl2-mixer] 06/07: move the dbgsym-migration to the dh_strip call where it belongs

Fabian Greffrath fabian at moszumanska.debian.org
Thu Nov 9 16:05:32 UTC 2017


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

fabian pushed a commit to branch master
in repository libsdl2-mixer.

commit 195f824f0c07a45f6a15c5289a3fa3f6f004dbd7
Author: Fabian Greffrath <fabian at debian.org>
Date:   Thu Nov 9 16:57:40 2017 +0100

    move the dbgsym-migration to the dh_strip call where it belongs
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 7c4b592..3e7132c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,7 @@ confflags += --enable-music-wave
 
 
 %:
-	dh $@ --dbgsym-migration=libsdl2-mixer-dbg
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(confflags)
@@ -81,3 +81,6 @@ override_dh_compress:
 
 override_dh_makeshlibs:
 	dh_makeshlibs -V"libsdl2-mixer-2.0-0 (>= $(SHLIBVER))"
+
+override_dh_strip:
+	dh_strip --dbgsym-migration=libsdl2-mixer-dbg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2-mixer.git



More information about the pkg-sdl-commits mailing list