summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-09-18 21:32:14 +0200
committerCarl Hetherington <cth@carlh.net>2025-09-19 22:07:06 +0200
commit4ee83040c891a5fc8e956fe1a3e20e4179df606a (patch)
tree9e1a2221d489595a0aa4b7fb0228e2902e56d645
parentca96abfcfcbc718dcc6a3d4369e80dd0c59eccb7 (diff)
Missing debian 11/12/13/unstable dependencies.
-rw-r--r--cscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/cscript b/cscript
index 687ad29eb..458991e78 100644
--- a/cscript
+++ b/cscript
@@ -195,6 +195,7 @@ deb_depends['11'].extend(['libboost-filesystem1.74.0',
'libboost-regex1.74.0',
'libboost-date-time1.74.0',
'libxml++2.6-2v5',
+ 'libxmlsec1-openssl',
'libzip4',
'libcairomm-1.0-1v5',
'libpangomm-1.4-1v5',
@@ -221,6 +222,7 @@ deb_depends['12'].extend(['libboost-filesystem1.74.0',
'libboost-regex1.74.0',
'libboost-date-time1.74.0',
'libxml++2.6-2v5',
+ 'libxmlsec1-openssl',
'libzip4',
'libcairomm-1.0-1v5',
'libpangomm-1.4-1v5',
@@ -247,6 +249,7 @@ deb_depends['13'].extend(['libboost-filesystem1.83.0',
'libboost-regex1.83.0',
'libboost-date-time1.83.0',
'libxml++2.6-2v5',
+ 'libxmlsec1t64-openssl',
'libzip5',
'libcairomm-1.0-1v5',
'libpangomm-1.4-1v5',
@@ -274,6 +277,7 @@ deb_depends['unstable'].extend(['libboost-filesystem1.83.0',
'libboost-regex1.83.0',
'libboost-date-time1.83.0',
'libxml++2.6-2v5',
+ 'libxmlsec1-openssl1',
'libgtk2.0-0',
'libzip5',
'libicu72',