diff options
Diffstat (limited to 'o3d/installer/linux/debian_i386/rules')
-rwxr-xr-x | o3d/installer/linux/debian_i386/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/o3d/installer/linux/debian_i386/rules b/o3d/installer/linux/debian_i386/rules index 2bd95e0..152e73e 100755 --- a/o3d/installer/linux/debian_i386/rules +++ b/o3d/installer/linux/debian_i386/rules @@ -6,6 +6,8 @@ export LD_LIBRARY_PATH=$(shell echo $$LD_LIBRARY_PATH:$$PWD) include /usr/share/cdbs/1/rules/debhelper.mk +DEB_DH_STRIP_ARGS=--dbg-package=google-o3d-dbgsym + # For the 32-bit package, shlibdeps may not be able to find the three dependent # libraries because they aren't included in our package and we don't list them # as a build dependency (because we can't, since on a 64-bit system that would |