Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1085)

Side by Side Diff: installer/linux/debian_amd64/rules

Issue 210018: Build -dbgsym Debian packages. These contain the stripped-out debugging symbo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « installer/linux/debian_amd64/control ('k') | installer/linux/debian_i386/control » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/usr/bin/make -f 1 #!/usr/bin/make -f
2 2
3 # Needed for dpkg-shlibdeps to be able to find the libraries we ship with so as 3 # Needed for dpkg-shlibdeps to be able to find the libraries we ship with so as
4 # to properly calculate our shared library dependencies. 4 # to properly calculate our shared library dependencies.
5 export LD_LIBRARY_PATH=$(shell echo $$LD_LIBRARY_PATH:$$PWD) 5 export LD_LIBRARY_PATH=$(shell echo $$LD_LIBRARY_PATH:$$PWD)
6 6
7 include /usr/share/cdbs/1/rules/debhelper.mk 7 include /usr/share/cdbs/1/rules/debhelper.mk
8 8
9 DEB_DH_STRIP_ARGS=--dbg-package=google-o3d-dbgsym
10
9 # Workaround for Debian bug #364436 11 # Workaround for Debian bug #364436
10 DEB_DH_MAKESHLIBS_ARGS=-n 12 DEB_DH_MAKESHLIBS_ARGS=-n
OLDNEW
« no previous file with comments | « installer/linux/debian_amd64/control ('k') | installer/linux/debian_i386/control » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698