Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index c3622dd2e2f370ab753b62ac92af388ae57973e1..d1a94d7f92bc1c8ecfec70d4b62b8d6a1b3f6341 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -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)' ], |
}, |