summaryrefslogtreecommitdiffstats
path: root/o3d/installer
diff options
context:
space:
mode:
authortschmelcher@google.com <tschmelcher@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-07 20:44:52 +0000
committertschmelcher@google.com <tschmelcher@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-07 20:44:52 +0000
commit0fc7066d97db61bb0adc95c1f765ea7cc236ad20 (patch)
treea75b78ae6b938a45b8f09f087c2e2acf4f11c68f /o3d/installer
parent77213600f340239883182a0e54cfde83643ceb76 (diff)
downloadchromium_src-0fc7066d97db61bb0adc95c1f765ea7cc236ad20.zip
chromium_src-0fc7066d97db61bb0adc95c1f765ea7cc236ad20.tar.gz
chromium_src-0fc7066d97db61bb0adc95c1f765ea7cc236ad20.tar.bz2
Enable build dependency checking for dpkg-buildpackage so that we get a better error if there are missing dependencies. (I thought this was on by default already, but it turns out that adding -a turns it off by default.)
Review URL: http://codereview.chromium.org/149275 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20074 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/installer')
-rw-r--r--o3d/installer/linux/build.scons2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/installer/linux/build.scons b/o3d/installer/linux/build.scons
index b55474e..c5086eb 100644
--- a/o3d/installer/linux/build.scons
+++ b/o3d/installer/linux/build.scons
@@ -116,7 +116,7 @@ if subprocess.Popen(["which", "dpkg-buildpackage"],
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) && \