Commit bd672ef9 authored by mmoss@chromium.org's avatar mmoss@chromium.org

Include .changes file in chromoting Linux archive.

TBR=lambroslambrou@google.com

Review URL: https://codereview.chromium.org/12226106

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181942 0039d316-1c4b-4281-b951-d872f2087c98
parent cfb48ae0
......@@ -653,6 +653,12 @@
'variables': {
'deb_cmd': 'host/installer/linux/build-deb.sh',
'deb_filename': 'host/installer/<!(["<(deb_cmd)", "-p", "-s", "<(DEPTH)"])',
'packaging_outputs': [
'<(deb_filename)',
'<!(echo <(deb_filename) | sed -e "s/.deb$/.changes/")',
'<(PRODUCT_DIR)/remoting_me2me_host.debug',
'<(PRODUCT_DIR)/remoting_start_host.debug',
]
},
'targets': [
{
......@@ -672,9 +678,7 @@
#},
'action_name': 'build_linux_installer_zip',
'inputs': [
'<(deb_filename)',
'<(PRODUCT_DIR)/remoting_me2me_host.debug',
'<(PRODUCT_DIR)/remoting_start_host.debug',
'<@(packaging_outputs)',
],
'outputs': [
'<(PRODUCT_DIR)/remoting-me2me-host-<(OS).zip',
......@@ -706,9 +710,7 @@
'host/installer/linux/debian/rules',
],
'outputs': [
'<(deb_filename)',
'<(PRODUCT_DIR)/remoting_me2me_host.debug',
'<(PRODUCT_DIR)/remoting_start_host.debug',
'<@(packaging_outputs)',
],
'action': [ '<(deb_cmd)', '-s', '<(DEPTH)' ],
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment