From: Carl Hetherington Date: Sun, 13 Feb 2022 19:15:58 +0000 (+0100) Subject: Mark full debian package as replacing the CLI one (#2179). X-Git-Tag: v2.16.6~7 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=dfee9091a7c5cae17dc4631b973122f8aaae19ab Mark full debian package as replacing the CLI one (#2179). --- diff --git a/cscript b/cscript index 4e4055984..e5b881098 100644 --- a/cscript +++ b/cscript @@ -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: