From dfee9091a7c5cae17dc4631b973122f8aaae19ab Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 13 Feb 2022 20:15:58 +0100 Subject: [PATCH] Mark full debian package as replacing the CLI one (#2179). --- cscript | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.30.2