]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't strip cross packages with native strip. All of them. Really.
authorRon Lee <ron@debian.org>
Sun, 4 Nov 2001 03:01:57 +0000 (03:01 +0000)
committerRon Lee <ron@debian.org>
Sun, 4 Nov 2001 03:01:57 +0000 (03:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

debian/rules

index ae5606b716d843e9ac39250d47b25c04bc5dff0d..1f66ab20788a4f065eaedb9d504276285c7a085d 100755 (executable)
@@ -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