diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-14 02:05:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-14 02:05:14 +0200 |
| commit | fc1c77b87b04188bec6056048f979e03659b4204 (patch) | |
| tree | e01e9a4e5fde0139b20722bc682441bdf41faaca | |
| parent | d83c9ffb117f1eb2a913ac3180a3a3f511a522bb (diff) | |
Fix Debian unstable build.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -759,7 +759,7 @@ def package_debian(target, cpu, version, options): target.set('CDIST_CONFIGURE', '"' + configure_options(target, options, for_package=True) + '"') 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_WX_VERSION', "3.1" if target.version in ("16.04", "18.04", "20.04", "22.04", "unstable") else "3.2") if not target.debug: target.set('CDIST_DEBUG_PACKAGE_FLAG', '--no-ddebs') |
