[Pkg-sdl-commits] [libsdl2] 04/04: Reinstate override_dh_strip instead of passing --dbgsym-migration to all dh commands

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Thu Mar 17 23:43:55 UTC 2016


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

mafm pushed a commit to branch master
in repository libsdl2.

commit cba0a960802d2a544fe1b4f153be1108a68b3afb
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Thu Mar 17 14:13:16 2016 +0000

    Reinstate override_dh_strip instead of passing --dbgsym-migration to all dh commands
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 9d88d12..2cc179d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ SOURCE_DATE := $(shell dpkg-parsechangelog --show-field=Date)
 
 
 %:
-	dh $@ --with autoreconf --parallel --dbgsym-migration='libsdl2-dbg (<< 2.0.4+dfsg2-1~)'
+	dh $@ --with autoreconf --parallel
 
 override_dh_autoreconf:
         # aclocal needs to include in specific order, and/or it seems that
@@ -96,3 +96,6 @@ override_dh_link:
 
 override_dh_makeshlibs:
 	dh_makeshlibs -V"libsdl2-2.0-0 (>= $(SHLIBVER))"
+
+override_dh_strip:
+	dh_strip --dbgsym-migration='libsdl2-dbg (<< 2.0.4+dfsg2-1~)'

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



More information about the pkg-sdl-commits mailing list