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:
parent
978f1259ac
commit
174d5c21ca
4
debian/rules
vendored
4
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user