summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-09-14 02:05:14 +0200
committerCarl Hetherington <cth@carlh.net>2024-09-14 02:05:14 +0200
commitfc1c77b87b04188bec6056048f979e03659b4204 (patch)
treee01e9a4e5fde0139b20722bc682441bdf41faaca
parentd83c9ffb117f1eb2a913ac3180a3a3f511a522bb (diff)
Fix Debian unstable build.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 0f3c101a4..5b0872407 100644
--- a/cscript
+++ b/cscript
@@ -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')