diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-08 21:15:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-08 21:15:40 +0000 |
| commit | d6f65dc0146215aea4c9021264ec641a620482fb (patch) | |
| tree | 767b8b6474caa7b0c894385791a8c9db96910652 /cscript | |
| parent | 0eeec5d8988073bd22bb964d76b6b3196c74b5bb (diff) | |
Linux build fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ def package_windows(target): return os.path.abspath(glob.glob('build/platform/windows/*%s*.exe' % target.bits)[0]) def package_debian(target, cpu): - make_control(target.version, target.bits, 'debian/control') + make_control(target.version, target.bits, 'debian/control', target.debug) target.command('./waf dist') f = open('debian/files', 'w') print >>f,'dcpomatic_%s-1_%s.deb video extra' % (version, cpu) |
