diff options
author | tschmelcher@google.com <tschmelcher@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 02:13:29 +0000 |
---|---|---|
committer | tschmelcher@google.com <tschmelcher@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 02:13:29 +0000 |
commit | d0693f5bb06999807e2b02b8646788f6f65c7ef7 (patch) | |
tree | 21917e9fdc3bbad009c83ee45d4cddc79337f0f5 /o3d/installer/linux/debian_i386 | |
parent | ea5ac0e47d18753dbe971a35cce7f657ba64bae8 (diff) | |
download | chromium_src-d0693f5bb06999807e2b02b8646788f6f65c7ef7.zip chromium_src-d0693f5bb06999807e2b02b8646788f6f65c7ef7.tar.gz chromium_src-d0693f5bb06999807e2b02b8646788f6f65c7ef7.tar.bz2 |
Build -dbgsym Debian packages. These contain the stripped-out debugging symbols and can be installed on a system to automatically enable symbolic debugging.
Review URL: http://codereview.chromium.org/210018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26541 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/installer/linux/debian_i386')
-rw-r--r-- | o3d/installer/linux/debian_i386/control | 9 | ||||
-rwxr-xr-x | o3d/installer/linux/debian_i386/rules | 2 |
2 files changed, 11 insertions, 0 deletions
diff --git a/o3d/installer/linux/debian_i386/control b/o3d/installer/linux/debian_i386/control index ff7f05b..f9c6614 100644 --- a/o3d/installer/linux/debian_i386/control +++ b/o3d/installer/linux/debian_i386/control @@ -15,3 +15,12 @@ Description: Google O3D Plugin the browser. . This package provides the NPAPI browser plugin for running O3D-based web apps. + +Package: google-o3d-dbgsym +Architecture: i386 +Depends: google-o3d (= ${Source-Version}) +Description: Google O3D Plugin Debug Symbols + O3D is an open-source web API for creating rich, interactive 3D applications in + the browser. + . + This package contains symbol files for debugging. 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 |