Fix Debian unstable build.
authorCarl Hetherington <cth@carlh.net>
Sat, 14 Sep 2024 00:05:14 +0000 (02:05 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 14 Sep 2024 00:05:14 +0000 (02:05 +0200)
cscript

diff --git a/cscript b/cscript
index 0f3c101a4f52aa220e3d7bd8f6d7e914fce39ae9..5b087240745620880b8d09e05094271196c2e988 100644 (file)
--- 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')