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

Unified Diff: installer/linux/build.scons

Issue 149275: Enable build dependency checking for dpkg-buildpackage so that we get a bette... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/linux/build.scons
===================================================================
--- installer/linux/build.scons (revision 20053)
+++ installer/linux/build.scons (working copy)
@@ -116,7 +116,7 @@
env.Command(targets, None,
"""dir=$OBJ_ROOT/installer/linux/""" + deb_build_tree + """ && \
cd $$dir && \
- dpkg-buildpackage -b -uc -aamd64 && \
+ dpkg-buildpackage -b -uc -aamd64 -D && \
cd $$OLDPWD && \
mv $$dir/../""" + package_file_name + """.deb \
$$(dirname $TARGET) && \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698