From 16f0700e09fd7a28b618b27f0aad1c16123e1378 Mon Sep 17 00:00:00 2001 From: RJ Ryan Date: Tue, 22 Dec 2015 10:52:03 -0500 Subject: Set debuild 'build' environment variable explicitly. --- src/SConscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/SConscript b/src/SConscript index e59c61e657..7db1c9934f 100644 --- a/src/SConscript +++ b/src/SConscript @@ -789,7 +789,8 @@ def BuildUbuntuPackage(target, source, env): if package_target == 'source': # TODO(rryan) we have to figure out the key-signing situation # here. - command.extend(['debuild', '-S', '-sa']) + command.extend(['debuild', '-S', '-sa', + '--set-envvar=build=' + build.build]) else: command.extend(['pdebuild']) result = os.system(' '.join(command)) -- cgit v1.2.3