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
This commit is contained in:
Ron Lee 2001-11-04 03:01:57 +00:00
parent 978f1259ac
commit 174d5c21ca

4
debian/rules vendored
View File

@ -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