From 6202999dc59f90cb5a0f51f306af5b744af2301b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 21 Sep 2024 12:00:42 +0200 Subject: Fix mis-merge. --- cscript | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index cf6c412ae..d0848eb9e 100644 --- a/cscript +++ b/cscript @@ -767,16 +767,8 @@ def package_debian(target, cpu, version, options): target.set('CDIST_DIRECTORY', target.directory) target.set('CDIST_CONFIGURE', '"' + configure_options(target, options, for_package=True) + '"') -<<<<<<< HEAD target.set('CDIST_PACKAGE', f'{name}{suffix}') - target.set('CDIST_WX_VERSION', "3.1" if target.version in ("16.04", "18.04", "20.04", "22.04") else "3.2") -||||||| 4f850f995 - target.set('CDIST_PACKAGE', f'dcpomatic{suffix}') - target.set('CDIST_WX_VERSION', "3.1" if target.version in ("16.04", "18.04", "20.04", "22.04") else "3.2") -======= - target.set('CDIST_PACKAGE', f'dcpomatic{suffix}') target.set('CDIST_WX_VERSION', "3.1" if target.version in ("16.04", "18.04", "20.04", "22.04", "unstable", "11", "12") else "3.2") ->>>>>>> origin/main if not target.debug: target.set('CDIST_DEBUG_PACKAGE_FLAG', '--no-ddebs') -- cgit v1.2.3