diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-03-31 11:12:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-03-31 12:04:24 +0200 |
| commit | 6abf30c72b1a97b77c3fb5f3c9b316f4746e88b8 (patch) | |
| tree | dc7edbb8683be0c51c458613fad69c9beef3db05 /cscript | |
| parent | 971336c9b7b0d3f0df654fa3be6ff56781cef554 (diff) | |
Fix dch warning.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -589,6 +589,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')) |
