[Pkg-sdl-commits] [libsdl2-image] 04/06: Move the dbgsym-migration to the dh_strip call

Fabian Greffrath fabian at moszumanska.debian.org
Fri Nov 10 12:51:47 UTC 2017


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

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

commit 25af17938755f773eb8dc158ddaf92c1069ec128
Author: Fabian Greffrath <fabian at debian.org>
Date:   Fri Nov 10 13:43:49 2017 +0100

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

diff --git a/debian/rules b/debian/rules
index 2ec6180..0c762e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ confflags += --disable-png-shared
 confflags += --disable-webp-shared
 
 %:
-	dh $@ --dbgsym-migration='libsdl2-image-dbg (<< 2.0.1+dfsg-3~)'
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(confflags)
@@ -40,3 +40,6 @@ override_dh_compress:
 
 override_dh_makeshlibs:
 	dh_makeshlibs -V"libsdl2-image-2.0-0 (>= $(SHLIBVER))"
+
+override_dh_strip:
+	dh_strip --dbgsym-migration='libsdl2-image-dbg (<< 2.0.1+dfsg-3~)'

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



More information about the pkg-sdl-commits mailing list