From: Ron Lee Date: Sun, 4 Nov 2001 03:01:57 +0000 (+0000) Subject: Don't strip cross packages with native strip. All of them. Really. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/174d5c21cabe02139f275e73e4be8a64fc005120 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 --- 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