From 3d84f97e523675781d5635f5497d7291b2211f83 Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Sat, 12 Aug 2000 22:38:22 +0000 Subject: [PATCH] exclude the debug versions from being stripped.. duh git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 38ed021b45..82a67e23a2 100755 --- a/debian/rules +++ b/debian/rules @@ -419,7 +419,7 @@ binary-common: dh_installchangelogs dh_installexamples dh_link - dh_strip + dh_strip -N$(package_gtk_dbg) -N$(package_wxbase_dbg) dh_compress dh_fixperms dh_makeshlibs