From 174d5c21cabe02139f275e73e4be8a64fc005120 Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Sun, 4 Nov 2001 03:01:57 +0000 Subject: [PATCH] Don't strip cross packages with native strip. All of them. Really. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ae5606b716..1f66ab2078 100755 --- a/debian/rules +++ b/debian/rules @@ -718,7 +718,9 @@ binary-common: @# Don't strip debug libs at all, and strip cross libs elsewhere @# with the cross host tools until dh_strip gets smarter. - dh_strip -N$(package_gtk_dbg) -N$(package_wxbase_dbg) -N$(package_wxbase_msw_dbg) -N$(package_msw_dbg) + dh_strip -N$(package_gtk_dbg) -N$(package_wxbase_dbg) \ + -N$(package_wxbase_msw_dev) -N$(package_wxbase_msw_dbg) \ + -N$(package_msw_dev) -N$(package_msw_dbg) dh_compress dh_fixperms -- 2.50.0