diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-13 20:15:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-09 17:04:02 +0100 |
| commit | dfee9091a7c5cae17dc4631b973122f8aaae19ab (patch) | |
| tree | 35788464f85ff7cf3cb92db66c1f7c8e2f241cf2 /cscript | |
| parent | 6e3e5d5a94e50a10c0e3252cbebb20e0540cbbed (diff) | |
Mark full debian package as replacing the CLI one (#2179).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -247,6 +247,8 @@ def make_control(debian_version, bits, filename, debug, gui): print('', file=f) suffix = '' if gui else '-cli' print(f'Package: dcpomatic{suffix}', file=f) + if gui: + print('Replaces: dcpomatic-cli', file=f) if bits == 32: print('Architecture: i386', file=f) else: |
