summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-02-13 20:15:58 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-09 17:04:02 +0100
commitdfee9091a7c5cae17dc4631b973122f8aaae19ab (patch)
tree35788464f85ff7cf3cb92db66c1f7c8e2f241cf2 /cscript
parent6e3e5d5a94e50a10c0e3252cbebb20e0540cbbed (diff)
Mark full debian package as replacing the CLI one (#2179).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 2 insertions, 0 deletions
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: