X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=cscript;h=befe51b6cfca9edf6895010afeb885a5a137175e;hb=6abf30c72b1a97b77c3fb5f3c9b316f4746e88b8;hp=4c532ea4ca416ab1139e582f738d2a915c65e59e;hpb=971336c9b7b0d3f0df654fa3be6ff56781cef554;p=dcpomatic.git diff --git a/cscript b/cscript index 4c532ea4c..befe51b6c 100644 --- a/cscript +++ b/cscript @@ -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'))