diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-06-23 18:56:13 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-06-23 20:02:18 +0200 |
| commit | 89b5a8f65aadc80a5ffc16b99c25eb9afd40c6f7 (patch) | |
| tree | 6d40e1c2564c0d6f5abdb661aec2381bf8b451d0 | |
| parent | 5c275de039cf4d30671366cd43c8b4686a8e948e (diff) | |
Add missing EMAIL variable for debian build.v2.14.54
| -rw-r--r-- | cscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -540,6 +540,7 @@ def package_debian(target, cpu, version, options): shutil.move('../../dcpomatic-%s.tar.bz2' % version, 'dcpomatic_%s.orig.tar.bz2' % version) target.command('tar xjf dcpomatic_%s.orig.tar.bz2' % version) os.chdir('dcpomatic-%s' % version) + target.set('EMAIL', 'carl@dcpomatic.com') target.command('dch -b -v %s-1 "New upstream release."' % version) target.set('CDIST_LINKFLAGS', target.get('LINKFLAGS')) target.set('CDIST_CXXFLAGS', target.get('CXXFLAGS')) |
