[Pkg-sdl-commits] [libsdl1.2] 05/05: 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 14:14:11 UTC 2016


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

mafm pushed a commit to branch master
in repository libsdl1.2.

commit ce335e54a6b62392b388ad5321a8ce4c891f60ce
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Thu Mar 17 12:55:01 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 8b3808f..5c8b648 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ SOURCE_DATE := $(shell dpkg-parsechangelog --show-field=Date)
 
 
 %:
-	dh $@ --with autoreconf --parallel --dbgsym-migration='libsdl1.2-dbg (<< 1.2.15+dfsg1-4~)'
+	dh $@ --with autoreconf --parallel
 
 override_dh_autoreconf:
         # aclocal needs to include in specific order, and/or it seems that
@@ -80,3 +80,6 @@ override_dh_installexamples:
 
 override_dh_makeshlibs:
 	dh_makeshlibs -V"libsdl1.2debian (>= $(SHLIBVER))"
+
+override_dh_strip:
+	dh_strip --dbgsym-migration='libsdl1.2-dbg (<< 1.2.15+dfsg1-4~)'

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



More information about the pkg-sdl-commits mailing list